Skip to content

Commit ee39c11

Browse files
lukasmattaeltonmesquita
authored andcommitted
Edit autoprefixer browser options (#721)
New browser options provide wider support for browsers.
1 parent 7451a93 commit ee39c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var opts = {
2424
concatName: 'animate.css',
2525

2626
autoprefixer: {
27-
browsers: ['last 2 versions'],
27+
browsers: ['> 1%, last 2 versions, Firefox ESR'],
2828
cascade: false
2929
},
3030

0 commit comments

Comments
 (0)