wiseflow/dashboard/web/postcss.config.js
2024-06-13 21:08:58 +08:00

7 lines
80 B
JavaScript

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