frontend/postcss.config.js
2025-08-03 02:37:57 +02:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}