From 5c1aa6a5556538e3e79649bc07f8c198fef399fa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 29 Oct 2015 17:52:15 -0700 Subject: [PATCH] Add MS Edge to Autoprefixer config [skip sauce] [skip validator] --- Gruntfile.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 02a48fed5a..7076857546 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',