[wp-trac] [WordPress Trac] #27078: Use Autoprefixer for CSS vendor prefixes
WordPress Trac
noreply at wordpress.org
Thu Feb 13 08:29:18 UTC 2014
#27078: Use Autoprefixer for CSS vendor prefixes
------------------------------+---------------------
Reporter: ocean90 | Owner: nacin
Type: task (blessed) | Status: closed
Priority: normal | Milestone: 3.9
Component: Build/Test Tools | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
------------------------------+---------------------
Changes (by nacin):
* owner: => nacin
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"27174"]:
{{{
#!CommitTicketReference repository="" revision="27174"
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.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27078#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list