Files
EasyPlayerJs/demo/vuecli3/postcss.config.js
2020-09-22 11:08:54 +08:00

6 lines
59 B
JavaScript

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