Opened 10 years ago
Closed 10 years ago
#2848 closed enhancement (fixed)
RTL CSS generation: Switch from CSSJanus to RTLCSS
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Tools - Build | Keywords: | has-patch commit |
| Cc: |
Description (last modified by )
Via upstream WordPress change in #WP31332 and wp:changeset:31573
Summary
- RTLCSS supports more CSS properties https://github.com/MohammadYounes/rtlcss
- RTLCSS is a PostCSS plugin https://github.com/postcss/postcss
- The Grunt RTLCSS is basically a drop in replacement https://github.com/MohammadYounes/grunt-rtlcss
- Previously, CSSJanus used
/* @noflip */while RTLCSS uses/* rtl:ignore */(and others).
Notes for core development:
- If you have used
grunt cssjanusbefore, usegrunt rtlcssnow.
This change replaces all instances of grunt cssjanus with grunt rtlcss
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 5911: