wms-elevue/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2024-07-05 09:31:54 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};