mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
ios9 and up opera
This commit is contained in:
parent
ba3fb3c98f
commit
8b34a0e172
@ -20,11 +20,11 @@ module.exports = (ctx) => ({
|
|||||||
'Edge >= 12',
|
'Edge >= 12',
|
||||||
'Explorer >= 10',
|
'Explorer >= 10',
|
||||||
// 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 >= 9',
|
||||||
'Safari >= 9',
|
'Safari >= 9',
|
||||||
// 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 >= 4.4',
|
'Android >= 4.4',
|
||||||
'Opera >= 12'
|
'Opera >= 30'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user