Opened 11 years ago
Closed 11 years ago
#2848 closed enhancement (fixed)
RTL CSS generation: Switch from CSSJanus to RTLCSS
| Reported by: | netweb | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Tools - Build | Version: | trunk |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 5911: