yunzer_go/front/postcss.config.js
2025-10-27 23:13:08 +08:00

7 lines
91 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}