full-stack/client/postcss.config.js
2025-06-17 17:41:16 +08:00

7 lines
80 B
JavaScript

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