Architecting CSS

Home

Architecting CSS: This is a pretty shallow, but solid, article on how to organize CSS. It covers how to organizes the three big components of CSS.

  1. Stylesheets (the CSS files and STYLE blocks)
  2. Rules and Selectors (within stylesheets)
  3. Attributes (within selectors)

There’s some good advice there, but I’m really looking for something a bit more in-depth. This is a problem you run into more and more as your applications get bigger and bigger. CSS bugs get harder and harder to track down.

Thanks to David for pointing out this article in a comment to my post on CSSTidy.

Skip to Comments

Add a Comment

Name:
URL:

Comment:
Markdown is enabled in comments. If you have to use HTML, we allow A HREF, B, BR, P, STRONG, EM, UL, LI, and BLOCKQUOTE.
 
Comments on this site are subject to our Terms of Service