aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-31 14:35:17 -0700
committerChris Rebert <[email protected]>2015-10-31 14:35:17 -0700
commit5f21aabaf708896dcf90953a345ac1b59b2c925e (patch)
tree249a887ca98f10a26ac5d25ae966ccb777a329f7
parent4026b6f8d9f9abcb93f58175b9c771de2361e7a1 (diff)
parent5c1aa6a5556538e3e79649bc07f8c198fef399fa (diff)
downloadbootstrap-5f21aabaf708896dcf90953a345ac1b59b2c925e.tar.xz
bootstrap-5f21aabaf708896dcf90953a345ac1b59b2c925e.zip
Merge pull request #18106 from twbs/autoprefix-edge
Add MS Edge to Autoprefixer config
-rw-r--r--Gruntfile.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 02a48fed5..707685754 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -231,6 +231,11 @@ module.exports = function (grunt) {
'Android >= 4',
'Chrome >= 35',
'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',
'iOS >= 7',
'Opera >= 12',