Files
frontend/webpage/postcss.config.js
2025-12-07 16:46:44 +08:00

8 lines
111 B
JavaScript

export default {
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
}