Commit 458899da authored by XhmikosR's avatar XhmikosR
Browse files

Merge pull request #18379 from twbs/prefix-ios-8

Bump iOS to v8 in Autoprefixer settings
parents 92d0a71f 6bfd7081
Showing with 1 addition and 1 deletion
+1 -1
...@@ -44,7 +44,7 @@ module.exports = function (grunt) { ...@@ -44,7 +44,7 @@ module.exports = function (grunt) {
'Edge >= 12', 'Edge >= 12',
'Explorer >= 9', 'Explorer >= 9',
// Out of leniency, we prefix these 1 version further back than the official policy. // Out of leniency, we prefix these 1 version further back than the official policy.
'iOS >= 7', 'iOS >= 8',
'Safari >= 7.1', 'Safari >= 7.1',
// The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them. // The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them.
'Android 2.3', 'Android 2.3',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment