themes - CSS - Separation of Color and Position -


I just wondered what other people do in this regard:

Do you have static CSS Try to keep (layout) color / flavor different from CSS (colors, background colors, background images, font size and family)?

Use two stylesheets? Combine the two stylesheets of the server stylesheet? Abstract layer for CSS? Or do not you even try?

I know that after working on the same web project for six months, I can sometimes live with situational CSS, but want to change colors / images.

Without separating "color styles" from "position style" or "layout style", I Keep CSS together. I think that when I often try to debug a specific "module", it is easy to apply all the CSS rules to a selector, and does not spread on the style sheet.

However, the one thing I consider that lists the rules in a certain order at all times, so I know inside the announcement block what I want.

More information about Jina Bolton


Comments