From 76da6cf987122d66920564997e3e7ef031670ed2 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 18 Nov 2015 20:27:45 +0000 Subject: [PATCH] Set cssmin compatibility to ie7 This matches the autoprefixer setting. This changes all compiled CSS. Fixes #34540. Props christophherr, peterwilsoncc, netweb git-svn-id: https://develop.svn.wordpress.org/trunk@35684 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a56af00967..58f7e211b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -154,7 +154,8 @@ module.exports = function(grunt) { }, cssmin: { options: { - 'wp-admin': ['wp-admin', 'color-picker', 'customize-controls', 'customize-widgets', 'customize-nav-menus', 'ie', 'install', 'login', 'press-this', 'deprecated-*'] + 'wp-admin': ['wp-admin', 'color-picker', 'customize-controls', 'customize-widgets', 'customize-nav-menus', 'ie', 'install', 'login', 'press-this', 'deprecated-*'], + compatibility: 'ie7' }, core: { expand: true,