aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-12-05 11:05:33 +0200
committerXhmikosR <[email protected]>2015-12-05 11:05:33 +0200
commit1f8a17ff36b41ba14619b7ca4d80b31c85b0ba5b (patch)
tree7f3fe90278ace19394eff92bdf4f6a2afab057c5
parent458899dacb0221f15ac082ed98b10913679d59db (diff)
parent7d211536bbada0de697c01ebe2a0ba69d96806a2 (diff)
downloadbootstrap-1f8a17ff36b41ba14619b7ca4d80b31c85b0ba5b.tar.xz
bootstrap-1f8a17ff36b41ba14619b7ca4d80b31c85b0ba5b.zip
Merge pull request #18378 from twbs/prefix-safari-8
Bump Safari to v8 in Autoprefixer settings
-rw-r--r--Gruntfile.js2
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',