Skip to content

Commit 0191aa4

Browse files
committed
[Improvement] update postcss config
1 parent e80cd2e commit 0191aa4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

postcss.config.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module.exports = {
2-
plugins: [
3-
require('postcss-easy-import')(),
4-
require('precss')(),
5-
require('postcss-calc')(),
6-
require('autoprefixer')({
2+
plugins: {
3+
'postcss-easy-import': {},
4+
'precss': {},
5+
'postcss-calc': {},
6+
'autoprefixer': {
77
browsers: ['Android >= 4.0', 'iOS >= 7']
8-
})
9-
]
8+
}
9+
}
1010
};

0 commit comments

Comments
 (0)