diff options
| author | XhmikosR <[email protected]> | 2015-12-05 10:38:29 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-12-05 10:38:29 +0200 |
| commit | 458899dacb0221f15ac082ed98b10913679d59db (patch) | |
| tree | 18805346c426d57a768a20b62901d1fac58b237b | |
| parent | 92d0a71fb60b57ba14b971c9a36b8c2b9575faa2 (diff) | |
| parent | 6bfd7081ac4aed5a02d066ed431e3b9527451673 (diff) | |
| download | bootstrap-458899dacb0221f15ac082ed98b10913679d59db.tar.xz bootstrap-458899dacb0221f15ac082ed98b10913679d59db.zip | |
Merge pull request #18379 from twbs/prefix-ios-8
Bump iOS to v8 in Autoprefixer settings
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 2d70e7c5a..27d5fd63d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,7 +44,7 @@ module.exports = function (grunt) { 'Edge >= 12', 'Explorer >= 9', // Out of leniency, we prefix these 1 version further back than the official policy. - 'iOS >= 7', + 'iOS >= 8', 'Safari >= 7.1', // The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them. 'Android 2.3', |
