Make WordPress Core

Changeset 35684


Ignore:
Timestamp:
11/18/2015 08:27:45 PM (9 years ago)
Author:
jorbin
Message:

Set cssmin compatibility to ie7

This matches the autoprefixer setting. This changes all compiled CSS.

Fixes #34540.
Props christophherr, peterwilsoncc, netweb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r35564 r35684  
    155155        cssmin: {
    156156            options: {
    157                 'wp-admin': ['wp-admin', 'color-picker', 'customize-controls', 'customize-widgets', 'customize-nav-menus', 'ie', 'install', 'login', 'press-this', 'deprecated-*']
     157                'wp-admin': ['wp-admin', 'color-picker', 'customize-controls', 'customize-widgets', 'customize-nav-menus', 'ie', 'install', 'login', 'press-this', 'deprecated-*'],
     158                compatibility: 'ie7'
    158159            },
    159160            core: {
Note: See TracChangeset for help on using the changeset viewer.