Skip to content

Commit

Permalink
Remove browsers other than Firefox 52+ from autoprefixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacSchemm committed May 4, 2018
1 parent 8d40495 commit f52f2c0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,7 @@ var config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString());
// Default Autoprefixer config used for generic, components, minifed-pre
var AUTOPREFIXER_CONFIG = {
browsers: [
'last 2 versions',
'Chrome >= 49', // Last supported on Windows XP
'Firefox >= 52', // Last supported on Windows XP
'Firefox ESR',
'IE >= 11',
'Safari >= 8',
'> 0.5%',
'not dead',
'Firefox >= 52', // SeaMonkey 2.49
],
};

Expand Down

0 comments on commit f52f2c0

Please sign in to comment.