ChatGPT/postcss.config.js
2024-05-20 18:39:17 +08:00

6 lines
79 B
JavaScript

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