Should I use normalize.css in my Bootstrap project?

Twitter BootstrapNormalizeCss Reset

Twitter Bootstrap Problem Overview


I can't figure out if I need to add the normalize.css stylesheet in my bootstrap project. I'm using the latest version of bootstrap, v2.3.2.

Twitter Bootstrap Solutions


Solution 1 - Twitter Bootstrap

No, you shouldn't.

A modified version of normalize.css is already included in Bootstrap 2.3.2. Here it is.

UPDATE: the docs makes this even more explicit, and now they use the original code, not their fork.

UPDATE: (Bootstrap 4)

> For improved cross-browser rendering, we use Reboot to correct > inconsistencies across browsers and devices while providing slightly > more opinionated resets to common HTML elements.

Source: https://getbootstrap.com/docs/4.1/getting-started/introduction/#reboot

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionOmer RajaView Question on Stackoverflow
Solution 1 - Twitter BootstrapPaoloView Answer on Stackoverflow