7 ms·
2 things I would change. 1. There should never be a css reset, normalize is better. https://github.com/necolas/normalize.css https://github.com/necolas/normal
by CoryMathews 15y ago
2 things I would change.
1. There should never be a css reset, normalize is better.
https://github.com/necolas/normalize.css https://github.com/necolas/normalize.css
or with IE6/7 junk removed:
https://github.com/CoryMathews/normalize.css https://github.com/CoryMathews/normalize.css
2. Structure the file in the method mentioned
http://smacss.com/book/categorizing http://smacss.com/book/categorizing
"So there would be 5 basic areas in your stylesheet.
Base
Layout
Module
State
Theme"
- Random_Person 15y agoThanks for the normalize link. I learned more about various browser inconsistencies from their comments than I have from months of self study.
- kristianc 15y agoThanks 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.