vue-admin-beautiful/postcss.config.js
2020-09-26 10:34:30 +08:00

6 lines
62 B
JavaScript

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