cferdinandi/kraken

Switch from Meyer's CSS Reset to normalize.css

cferdinandi opened this issue · 3 comments

Switch from Meyer's CSS Reset to normalize.css

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) :(

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.

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