cferdinandi / kraken

A lightweight, mobile-first boilerplate for front-end web developers.
http://cferdinandi.github.io/kraken
MIT License
806 stars 81 forks source link

Switch from Meyer's CSS Reset to normalize.css #213

Closed cferdinandi closed 9 years ago

yckart commented 9 years ago

Yap, that's an important step. Currently we are unable to enjoy the full power of Kraken. We just take some parts and modify them before use. Resetting our css, let us drive (mostly) in more trouble, than solutions (especially on mobile-sites) :(

cferdinandi commented 9 years ago

Glad to hear you're in support of this move. I should elaborate: It's driven largely by my move to inlining critical CSS. Meyer's Reset, when inlined, has higher specificity than you would want, and causes some unintended behaviors.

cferdinandi commented 9 years ago

Coming in v7.x.x (currently under the development branch)