Skip to content

Commit 88a6926

Browse files
authored
update postcss-preset-env config
1 parent ae0aedc commit 88a6926

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

postcss.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module.exports = {
22
plugins: {
33
'postcss-import': {},
4-
'postcss-preset-env': {}
4+
'postcss-preset-env': {
5+
browsers: ['last 2 versions', '> 5%'],
6+
}
57
},
68
};

0 commit comments

Comments
 (0)