Gruntfile: Change import rules to include RTL stylesheets when running CSSJanus.
see #28966. Built from https://develop.svn.wordpress.org/trunk@29256 git-svn-id: http://core.svn.wordpress.org/trunk@29039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f147d24b1
commit
a9c9827de4
|
@ -1,5 +1,5 @@
|
||||||
@import url(forms.css);
|
@import url(forms-rtl.css);
|
||||||
@import url(l10n.css);
|
@import url(l10n-rtl.css);
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.0-beta2-20140720';
|
$wp_version = '4.0-beta2-20140721';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue