]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump iOS to v8 in Autoprefixer settings 18379/head
authorChris Rebert <code@chrisrebert.com>
Mon, 30 Nov 2015 01:03:14 +0000 (17:03 -0800)
committerChris Rebert <code@chrisrebert.com>
Mon, 30 Nov 2015 07:54:36 +0000 (23:54 -0800)
The latest iOS version is 9.1
Our prefixing policy dictates that we prefix 1 version back from the latest version.
9.1 - 1_major_version = 8.0

[skip validator]

Gruntfile.js

index e0128d3e294f8a0aabe562f5e7839448271405f5..a3bbffad81c25d89576d09c945f1cf9f9940bd56 100644 (file)
@@ -44,7 +44,7 @@ module.exports = function (grunt) {
       'Edge >= 12',
       'Explorer >= 9',
       // Out of leniency, we prefix these 1 version further back than the official policy.
-      'iOS >= 7',
+      'iOS >= 8',
       'Safari >= 7.1',
       // The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them.
       'Android 2.3',