Skip to content

Commit

Permalink
Merge pull request #12932 from Snuffleupagus/rm-ms-prefix
Browse files Browse the repository at this point in the history
Stop including `-ms` prefixed CSS rules in GENERIC builds
  • Loading branch information
timvandermeij authored Jan 30, 2021
2 parents 31b7892 + 88ca213 commit 9af8501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ var AUTOPREFIXER_CONFIG = {
"Firefox ESR",
"Safari >= 10",
"> 0.5%",
"not IE > 0",
"not dead",
],
};
Expand Down

0 comments on commit 9af8501

Please sign in to comment.