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:
Sergey Biryukov
2014-07-21 02:51:16 +00:00
parent 1f147d24b1
commit a9c9827de4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
@import url(forms.css);
@import url(l10n.css);
@import url(forms-rtl.css);
@import url(l10n-rtl.css);
html,
body {

File diff suppressed because one or more lines are too long