Edit autoprefixer browser options (#721)

New browser options provide wider support for browsers.
This commit is contained in:
Lukáš Matta 2017-11-10 01:26:40 +01:00 committed by Elton Mesquita
parent 7451a9306b
commit ee39c11400
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var opts = {
concatName: 'animate.css',
autoprefixer: {
browsers: ['last 2 versions'],
browsers: ['> 1%, last 2 versions, Firefox ESR'],
cascade: false
},