gf-vben-admin/postcss.config.js
2021-01-21 22:58:38 +08:00

8 lines
114 B
JavaScript
Executable File

module.exports = {
plugins: {
'postcss-nested': {},
'postcss-import': {},
autoprefixer: {},
},
};