Should I use normalize.css in my Bootstrap project?

后端 未结 1 1093
夕颜
夕颜 2020-12-23 11:07

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.

相关标签:
1条回答
  • 2020-12-23 11:25

    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

    0 讨论(0)
提交回复
热议问题