Using visual class names to decouple meaning from style
I had a Eureka moment when I read Snook’s Smashing Magazine article Decoupling HTML From CSS. I’ve always resisted using class names such as .one-col, .two-col etc. to control layout, mainly through habit but partly because there’s a residual fear of committing a semantic sin. Snook’s article showed me that the opposite is true. If [...]