Files
mao1/postcss.config.js
2026-04-27 12:12:56 +08:00

7 lines
80 B
JavaScript

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