diff options
| author | Chris Rebert <[email protected]> | 2014-12-15 18:17:25 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-19 18:11:54 -0800 |
| commit | 736b7bdf93589880f55e552cd0dcd55e9fb85c16 (patch) | |
| tree | 92571c8c684c27c499fec9cdb2adc1312c773530 | |
| parent | 8a60a27efbc87faf7e5d2164f1ddde6edeed803a (diff) | |
| download | bootstrap-736b7bdf93589880f55e552cd0dcd55e9fb85c16.tar.xz bootstrap-736b7bdf93589880f55e552cd0dcd55e9fb85c16.zip | |
bump min iOS in Autoprefixer config to v7
| -rw-r--r-- | Gruntfile.js | 2 |
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' ] |
