Skip to content

Commit 9af8501

Browse files
Merge pull request #12932 from Snuffleupagus/rm-ms-prefix
Stop including `-ms` prefixed CSS rules in GENERIC builds
2 parents 31b7892 + 88ca213 commit 9af8501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ var AUTOPREFIXER_CONFIG = {
8585
"Firefox ESR",
8686
"Safari >= 10",
8787
"> 0.5%",
88+
"not IE > 0",
8889
"not dead",
8990
],
9091
};

0 commit comments

Comments
 (0)