CET-vue-3.0/postcss.config.js

6 lines
62 B
JavaScript
Raw Normal View History

2021-10-20 14:32:09 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
};