Hacker News new | ask | show | jobs
by pornel 5629 days ago
> I really just want to speed up CSS development...

Meyer's reset is not supposed to speed up development. On top of ensuring basic consistency, Mayer's goal is (was?) to avoid taking default styles for granted, think more about document and re-create all those styles for it:

http://meyerweb.com/eric/thoughts/2007/04/18/reset-reasoning...

If you just want consistency, but don't want to spend extra time re-creating basic defaults, then unbolding of strong, unitalicizing of em and few other such resets don't make sense.