WordPress/wp-includes/css
Dominik Schilling d2f0abf85f RTL CSS generation: Switch from CSSJanus to RTLCSS.
CSSJanus (introduced in [26107]), we had a great time with you, but sadly you don't like our fancy CSS.

RTLCSS is a framework for converting CSS from LTR to RTL, same as CSSJanus, with support for more CSS properties like `transform`, `transition` or multiple box and text shadows.

Changes:
* devDependencies: Remove `grunt-cssjanus`, add `grunt-rtlcss`.
* RTLCSS uses `/* rtl:ignore */` to ignore a rule, switch existing `/* @noflip */` to the new directive.
* RTLCSS supports the `transform` property, means we can remove some ignore rules.
* RTLCSS supports string maps for custom replace rules. This commit includes a rule `import-rtl-stylesheet` which replaces ".css" with "-rtl.css" in URLs.

Notes for core development:
* The file generation task is still `grunt rtl`.
* If you have used `grunt cssjanus` before, use `grunt rtlcss` now.
* Remember the new directive `/* rtl:ignore */`.

fixes #31332.

Build: https://build.trac.wordpress.org/changeset/31554
Built from https://develop.svn.wordpress.org/trunk@31573


git-svn-id: http://core.svn.wordpress.org/trunk@31554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-02-27 13:41:30 +00:00
..
admin-bar-rtl.css Update the default admin color scheme for more unity and refinement. 2015-02-11 22:18:26 +00:00
admin-bar-rtl.min.css Update the default admin color scheme for more unity and refinement. 2015-02-11 22:18:26 +00:00
admin-bar.css Update the default admin color scheme for more unity and refinement. 2015-02-11 22:18:26 +00:00
admin-bar.min.css Update the default admin color scheme for more unity and refinement. 2015-02-11 22:18:26 +00:00
buttons-rtl.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
buttons-rtl.min.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
buttons.css Better focus styling for buttons and button groups. props mattheu, avryl, celloexpressions. fixes #27826. see #28267. 2014-08-11 18:21:16 +00:00
buttons.min.css Better focus styling for buttons and button groups. props mattheu, avryl, celloexpressions. fixes #27826. see #28267. 2014-08-11 18:21:16 +00:00
dashicons.css Dashicons: Fix typo in .dashicons-excerpt-view class. 2015-01-07 09:02:23 +00:00
dashicons.min.css Dashicons: Fix typo in .dashicons-excerpt-view class. 2015-01-07 09:02:23 +00:00
editor-rtl.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
editor-rtl.min.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
editor.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
editor.min.css Run Autoprefixer after [31504]. 2015-02-22 17:00:24 +00:00
jquery-ui-dialog-rtl.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
jquery-ui-dialog-rtl.min.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
jquery-ui-dialog.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
jquery-ui-dialog.min.css Update jQuery UI to 1.11.3. 2015-02-27 10:21:26 +00:00
media-views-rtl.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
media-views-rtl.min.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
media-views.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
media-views.min.css Update jQuery UI to 1.11.3. 2015-02-27 10:21:26 +00:00
wp-auth-check-rtl.css Replace the 3 remaining occurrences of wpspin GIF with spinner. 2015-01-16 00:33:22 +00:00
wp-auth-check-rtl.min.css Replace the 3 remaining occurrences of wpspin GIF with spinner. 2015-01-16 00:33:22 +00:00
wp-auth-check.css Replace the 3 remaining occurrences of wpspin GIF with spinner. 2015-01-16 00:33:22 +00:00
wp-auth-check.min.css Replace the 3 remaining occurrences of wpspin GIF with spinner. 2015-01-16 00:33:22 +00:00
wp-pointer-rtl.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
wp-pointer-rtl.min.css Update the versions of several devDependencies in package.json. 2014-07-22 20:41:44 +00:00
wp-pointer.css RTL CSS generation: Switch from CSSJanus to RTLCSS. 2015-02-27 13:41:30 +00:00
wp-pointer.min.css Update the versions of several devDependencies in package.json. 2014-07-22 20:41:44 +00:00