diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 16:52:53 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-12-05 11:04:55 +0200 |
| commit | 7d211536bbada0de697c01ebe2a0ba69d96806a2 (patch) | |
| tree | 7f3fe90278ace19394eff92bdf4f6a2afab057c5 /Gruntfile.js | |
| parent | 458899dacb0221f15ac082ed98b10913679d59db (diff) | |
| download | bootstrap-7d211536bbada0de697c01ebe2a0ba69d96806a2.tar.xz bootstrap-7d211536bbada0de697c01ebe2a0ba69d96806a2.zip | |
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]
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 27d5fd63d..b487eb237 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', |
