Ticket #1751 (new enhancement)
CSS coding conventions
| Reported by: | ischommer | Owned by: | bfojcapell |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | i18n | Version: | |
| Severity: | medium effort / impact | Keywords: | |
| Cc: | Hours: |
Description
there shouldn't be any "toplevel"-rules without an id/class namespace inside the cms, as it means too many side-effects.
// bad
.originallang {}
// good
#i18nModule .originallang {}
Change History
Note: See
TracTickets for help on using
tickets.
