vue-element-plus-admin/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2021-12-07 16:36:16 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}