我应该在我的 Bootstrap 项目中使用 norize.css 吗?

我不知道是否需要在我的引导项目中添加 正常化 CSS样式表。我使用的是最新版本的 bootstrap,v2.3.2。

43231 次浏览

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