Files
MirageServer/cockpit_web/postcss.config.cjs
T
2023-03-19 12:05:59 +08:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}