chore: update deps

This commit is contained in:
vben
2021-01-21 22:58:38 +08:00
parent 0cc9f61f6a
commit 7385ce42e6
7 changed files with 272 additions and 56 deletions

View File

@@ -1,3 +1,7 @@
module.exports = {
plugins: [require('autoprefixer'), require('postcss-import')],
plugins: {
'postcss-nested': {},
'postcss-import': {},
autoprefixer: {},
},
};