Compared reset.css and normalize.css and Decided to Recommend normalize.css

Tadashi Shigeoka ·  Tue, June 20, 2017

I’ll share the story of comparing reset.css and normalize.css and deciding to adopt normalize.css.

Conclusion: Let's Use normalize.css

Reset.css systems reset everything and feel like overkill, so I like normalize.css’s philosophy of keeping what can be used, and decided to adopt normalize.css.

For details, it’s good to read articles around this area:

You can understand Normalize.css as jQuery for CSS.

This explanation is intuitively easy to understand, so I’d like to use it when I have opportunities to explain to others.

Here’s an article you should read before actually introducing Normalize.css and coding:

I’d like to introduce Normalize.css and handle multi-browser support at low cost.

Reference Information

That’s all from the Gemba.