zzyxyz_vue/postcss.config.js
2024-07-23 22:39:54 +08:00

7 lines
80 B
JavaScript

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