Skip to content

Commit a2326f4

Browse files
committed
Update browser ranges
1 parent 3be2505 commit a2326f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

postcss.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module.exports = {
22
plugins: {
33
'postcss-cssnext': {
44
browsers: [
5-
'Firefox >= 48',
6-
'Chrome >= 54',
7-
'ie >= 8',
5+
'Firefox >= 58',
6+
'Chrome >= 62',
7+
'ie >= 10',
88
'last 4 versions',
9-
'Safari >= 8'
9+
'Safari >= 9'
1010
]
1111
},
1212
'postcss-import': {},

0 commit comments

Comments
 (0)