]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make autoprefixer browsers fixed
authorBas Bosman <github@nazgul.nu>
Wed, 11 Jun 2014 17:09:35 +0000 (19:09 +0200)
committerChris Rebert <code@rebertia.com>
Tue, 17 Jun 2014 18:56:16 +0000 (11:56 -0700)
Closes #13795 by merging it.

Gruntfile.js

index ca9d43eec475001de8861602a2f30e47cf35bece..3301329ecb7497a2368732619c20560ee3e24db1 100644 (file)
@@ -180,7 +180,16 @@ module.exports = function (grunt) {
 
     autoprefixer: {
       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: {
         options: {