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

6 lines
59 B
Java
Raw Normal View History

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