]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump Safari to v8 in Autoprefixer settings 18378/head
authorChris Rebert <github@chrisrebert.com>
Mon, 30 Nov 2015 00:52:53 +0000 (16:52 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 5 Dec 2015 09:04:55 +0000 (11:04 +0200)
The latest OS X Safari version is 9.0.1
Our prefixing policy dictates that we prefix 1 version back from the latest version.
9.0.1 - 1_major_version = 8.0

[skip validator]

Gruntfile.js

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