From e86468702a1de2cf25910d11092ae5fc736ffd7d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 15 Dec 2014 11:28:35 -0800 Subject: [PATCH] Remove IE8 compatibility option from cssmin Grunt task config --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 31ea5628cc..cbedb07b44 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -187,7 +187,6 @@ module.exports = function (grunt) { cssmin: { options: { - compatibility: 'ie8', keepSpecialComments: '*', noAdvanced: true },