vue-cli311111/postcss.config.js

6 lines
67 B
JavaScript
Raw Normal View History

2019-07-12 10:23:40 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}