Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 71ae46a

Browse files
committed
changing browser list & avoiding annoying warning in console
1 parent af86201 commit 71ae46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulp/core/config/styles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ module.exports = deepMerge({
2828
options: {
2929
sass: {},
3030
autoprefixer: {
31-
browsers: [
31+
overrideBrowserslist: [
3232
'last 2 version',
33-
'ie >= 9',
33+
'ie >= 11',
3434
'IOS >= 7'
3535
]
3636
},

0 commit comments

Comments
 (0)