Hacker News new | ask | show | jobs
by pault 4757 days ago
What do you consider stupid about OOCSS? It has some valid techniques for dealing with CSS bloat in large web applications. At a certain size, semantic CSS starts to buckle under its own weight. I was able to reduce a ~20,000 line CSS file to ~5,000 by identifying some common UI patterns and changing the markup to use presentational classes.