From: Chris Rebert Date: Mon, 30 Nov 2015 00:52:53 +0000 (-0800) Subject: Bump Safari to v8 in Autoprefixer settings X-Git-Tag: v4.0.0-alpha.2~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d211536bbada0de697c01ebe2a0ba69d96806a2;p=thirdparty%2Fbootstrap.git Bump Safari to v8 in Autoprefixer settings 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] --- diff --git a/Gruntfile.js b/Gruntfile.js index 27d5fd63db..b487eb2374 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',