xzs-mysql/source/vue/xzs-student/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2020-06-14 16:44:45 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}