Opened 13 years ago
Closed 13 years ago
#7142 closed task (invalid)
CSS files in dijit.themes
Reported by: | hrishi14 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - LnF | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In DOJO 1.1.1 , there are several Css files for example
Calendar.css Calendar.css.commented.css Calendar_rtl.css Calendar_rtl.css.commented.css
Which are the actually used files? Can I remove the commented.css files and _rtl.css files. I could not find this information on DOJO Site.
Note: See
TracTickets for help on using
tickets.
The only css file you need after a build or in a release is the theme/themeName/themeName.css file. The .commented.css are the relics of pre-built css, and can be removed (build_mini.sh does this) ... The only "supported" way to use a theme is the theme rollup file (eg: tundra.css).
The RTL files are needed for RightToLeft? rendering, and are used in some instances.