metacubexd/postcss.config.js
2023-08-27 15:34:12 +08:00

7 lines
80 B
JavaScript

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