Make WordPress Core

Changeset 27174 for trunk/package.json


Ignore:
Timestamp:
02/13/2014 08:29:16 AM (11 years ago)
Author:
nacin
Message:

Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes.

We'll be using it for two distinct tasks:

  • Core CSS files will keep prefixes. grunt autoprefixer:core will update files directly in src/ as a pre-commit step, rather than doing it on build.
  • Color CSS files will receive prefixes when they are built.

This commit:

  • Adds prefixes we were missing to core CSS.
  • Removes prefixes that we no longer need from core CSS.
  • Removes all prefixes from colors CSS.

props ocean90.
fixes #27078.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r27172 r27174  
    2222    "grunt-cssjanus": "~0.2.2",
    2323    "grunt-sass": "~0.10.0",
     24    "grunt-autoprefixer": "~0.6.5",
    2425    "grunt-jsvalidate": "~0.2.2",
    2526    "grunt-contrib-imagemin" : "~0.4.1",
Note: See TracChangeset for help on using the changeset viewer.