nezha-dash-v1/postcss.config.js
2024-12-13 17:26:28 +08:00

7 lines
80 B
JavaScript

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