Commit 3f68c40a authored by Bas Bosman's avatar Bas Bosman Committed by Chris Rebert

Make autoprefixer browsers fixed

Closes #13795 by merging it.
parent 045aceef
...@@ -180,7 +180,16 @@ module.exports = function (grunt) { ...@@ -180,7 +180,16 @@ module.exports = function (grunt) {
autoprefixer: { autoprefixer: {
options: { options: {
browsers: ['last 2 versions', 'ie 8', 'ie 9', 'android 2.3', 'android 4', 'opera 12'] browsers: [
'Android 2.3',
'Android >= 4',
'Chrome >= 20',
'Firefox >= 24', // Firefox 24 is the latest ESR
'Explorer >= 8',
'iOS >= 6',
'Opera >= 12',
'Safari >= 6'
]
}, },
core: { core: {
options: { options: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment