mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #18106 from twbs/autoprefix-edge
Add MS Edge to Autoprefixer config
This commit is contained in:
commit
5f21aabaf7
1 changed files with 5 additions and 0 deletions
|
@ -231,6 +231,11 @@ module.exports = function (grunt) {
|
||||||
'Android >= 4',
|
'Android >= 4',
|
||||||
'Chrome >= 35',
|
'Chrome >= 35',
|
||||||
'Firefox >= 31',
|
'Firefox >= 31',
|
||||||
|
// Note: Edge versions in Autoprefixer & Can I Use refer to the EdgeHTML rendering engine version,
|
||||||
|
// NOT the Edge app version shown in Edge's "About" screen.
|
||||||
|
// For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12.
|
||||||
|
// See also https://github.com/Fyrd/caniuse/issues/1928
|
||||||
|
'Edge >= 12',
|
||||||
'Explorer >= 9',
|
'Explorer >= 9',
|
||||||
'iOS >= 7',
|
'iOS >= 7',
|
||||||
'Opera >= 12',
|
'Opera >= 12',
|
||||||
|
|
Loading…
Reference in a new issue