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


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


git-svn-id: http://core.svn.wordpress.org/trunk@30069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2014-10-28 20:45:23 +00:00
parent 5d17d2bd28
commit 0a790fef4d
15 changed files with 99 additions and 99 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30068';
$wp_version = '4.1-alpha-30069';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.