Files
NanoKVM-MIRROR/web/postcss.config.js
2024-08-09 19:45:45 +08:00

7 lines
80 B
JavaScript

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