]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ios9 and up opera
authorMark Otto <markdotto@gmail.com>
Fri, 30 Jun 2017 05:49:56 +0000 (22:49 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 30 Jun 2017 18:42:56 +0000 (11:42 -0700)
build/postcss.config.js

index 21d8920d5f8541a9512709974c9ee32893c1d6fd..aef4679fa7afd29ec31700c6478b86d52e0c166c 100644 (file)
@@ -20,11 +20,11 @@ module.exports = (ctx) => ({
         'Edge >= 12',
         'Explorer >= 10',
         // Out of leniency, we prefix these 1 version further back than the official policy.
-        'iOS >= 8',
+        'iOS >= 9',
         'Safari >= 9',
         // The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them.
         'Android >= 4.4',
-        'Opera >= 12'
+        'Opera >= 30'
       ]
     }
   }