I was wondering if others could share their design strategies for how to organize stylesheets when using Raxan. I am using the Raxanpdi website as a guide and I have the following:
raxan/ui/css/master.css - structural classes
raxan/ui/css/master.ie.css - structural classes for IE browsers
raxan/ui/css/default/theme.css - location for deploying a theme
raxan/ui/css/main/theme.css - more theme stuff ???
raxan/ui/widgets/widget1.css - implementing custom widgets with styles (perhaps these should be added to theme.css)
raxan/ui/widgets/widget2.css
thanks