mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
Merge pull request #18378 from twbs/prefix-safari-8
Bump Safari to v8 in Autoprefixer settings
This commit is contained in:
commit
1f8a17ff36
@ -45,7 +45,7 @@ module.exports = function (grunt) {
|
|||||||
'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 >= 8',
|
'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.
|
// 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',
|
||||||
'Android >= 4',
|
'Android >= 4',
|
||||||
|
Loading…
Reference in New Issue
Block a user