Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-11-30 03:52:53 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-05 12:04:55 +0300
commit7d211536bbada0de697c01ebe2a0ba69d96806a2 (patch)
tree7f3fe90278ace19394eff92bdf4f6a2afab057c5 /Gruntfile.js
parent458899dacb0221f15ac082ed98b10913679d59db (diff)
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.js2
1 files changed, 1 insertions, 1 deletions
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',