#5614 closed enhancement (fixed)
Load RTL CSS
Reported by: | DJPaul | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.1 | Priority: | highest |
Severity: | blocker | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: | trisha@… |
Description
Trunk now automatically has a RTL CSS file for every LTR CSS file. Note these files aren't an either/or -- the RTL file is otherwise a mirror of the LTR file, so there's no need to load both files for RTL.
For 2.1, we should go through everywhere we load CSS, and make sure we support loading both LTR and RTL, even if there aren't any RTL changes today; they'll be automatically loaded/made as we develop those in future.
Change History (9)
Note: See
TracTickets for help on using
tickets.
To clarify, this applies to both the
src
andbuild
versions, so it's something we should sort out sooner rather than later.