WebIndex/postcss.config.js
2024-10-01 23:17:57 +08:00

7 lines
80 B
JavaScript

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