Here's the problem: I'm working on a site that will have the same general layout across the site, but three of four color schemes depending on the subsection of the site.
Now my first instinct in a CSS stylesheet for each scheme, with (maybe) a master for the general layout. That gives me smaller files and might make bug-hunting easier. But I'm thinking 1 file for everything might also work; but I'm not sure I could keep it up 24k(ish) in size.
Opinions?
Now my first instinct in a CSS stylesheet for each scheme, with (maybe) a master for the general layout. That gives me smaller files and might make bug-hunting easier. But I'm thinking 1 file for everything might also work; but I'm not sure I could keep it up 24k(ish) in size.
Opinions?