wms-naivevue/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2024-11-07 16:35:04 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};