Hacker News new | ask | show | jobs
by CoryMathews 5206 days ago
2 things I would change.

1. There should never be a css reset, normalize is better.

https://github.com/necolas/normalize.css or with IE6/7 junk removed: https://github.com/CoryMathews/normalize.css

2. Structure the file in the method mentioned

http://smacss.com/book/categorizing

"So there would be 5 basic areas in your stylesheet.

Base Layout Module State Theme"

2 comments

Thanks for the normalize link. I learned more about various browser inconsistencies from their comments than I have from months of self study.
Thanks for the categorising link too. That's something which I've often wondered/changed my mind about - and the OP doesn't offer much in the way of insight on it.