WordPress/wp-admin/css/colors/ocean
Andrew Nacin 11c3695c77 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.

Built from https://develop.svn.wordpress.org/trunk@27174


git-svn-id: http://core.svn.wordpress.org/trunk@27038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-02-13 08:30:17 +00:00
..
colors-rtl.css Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes. 2014-02-13 08:30:17 +00:00
colors-rtl.min.css Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes. 2014-02-13 08:30:17 +00:00
colors.css Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes. 2014-02-13 08:30:17 +00:00
colors.min.css Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes. 2014-02-13 08:30:17 +00:00
colors.scss Merge colors.css into wp-admin.css. Non-default color schemes became overloads rather than swaps in the 3.8 redesign. Benefits include: 2014-02-06 06:25:18 +00:00