aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-22 19:48:40 -0800
committerMark Otto <[email protected]>2014-12-22 19:48:40 -0800
commitd06dcd8431b000bf20ad0440dd8d0d84ee8d221b (patch)
tree8471c5c0df548e498761eef47044ea8f133e8871
parent230294a63b191d4103d8324f0dc36be01c6e550c (diff)
parent736b7bdf93589880f55e552cd0dcd55e9fb85c16 (diff)
downloadbootstrap-d06dcd8431b000bf20ad0440dd8d0d84ee8d221b.tar.xz
bootstrap-d06dcd8431b000bf20ad0440dd8d0d84ee8d221b.zip
Merge pull request #27 from twbs/autoprefixer-bump-ios-safari
bump min iOS in Autoprefixer config to v7
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b33a3c825..d09e6f560 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -179,7 +179,7 @@ module.exports = function (grunt) {
'Chrome >= 20',
'Firefox >= 31',
'Explorer >= 9',
- 'iOS >= 6',
+ 'iOS >= 7',
'Opera >= 12',
'Safari >= 6'
]