vue-admin-beautiful/postcss.config.js
2020-07-12 09:43:07 +08:00

6 lines
62 B
JavaScript

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