WebIndex/postcss.config.js
2024-10-02 17:35:34 +08:00

7 lines
92 B
JavaScript

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