Files
HandleAgent/frontend/postcss.config.js
2026-01-21 19:37:34 +00:00

7 lines
91 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}