Make WordPress Core

Changeset 30069


Ignore:
Timestamp:
10/28/2014 08:44:33 PM (10 years ago)
Author:
jorbin
Message:

Don't cascade autoprefixer output

Autoprefixer changed the default for cascade from false to true. Our css coding standards do not include the cascade for browser prefixes.
Introduced in r30067

see #30141

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r29943 r30069  
    1414        autoprefixer: {
    1515            options: {
    16                 browsers: ['Android >= 2.1', 'Chrome >= 21', 'Explorer >= 7', 'Firefox >= 17', 'Opera >= 12.1', 'Safari >= 6.0']
     16                browsers: ['Android >= 2.1', 'Chrome >= 21', 'Explorer >= 7', 'Firefox >= 17', 'Opera >= 12.1', 'Safari >= 6.0'],
     17                cascade: false
    1718            },
    1819            core: {
Note: See TracChangeset for help on using the changeset viewer.