Object-Oriented CSS: What, How, and Why

Posted by horuskol 302 days ago in Programming & Development (http://net.tutsplus.com)
Well, it isn't quite OO - but it might be a more sensible way to organise CSS:

It sounds like an oxymoron, or at least an impossibility, doesn't it? How can a static language that's really more like markup than programming be object-oriented? In this tutorial, I'm going to introduce you to the idea of object-oriented CSS, show you how it works, and try to convince you that you should be using it too!
Discuss
Tags: web development css styles stylesheets development All