bi/vue/postcss.config.js

6 lines
64 B
JavaScript
Raw Normal View History

2022-01-26 16:40:50 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}