Should I use normalize.css in my Bootstrap project?

馋奶兔 提交于 2019-11-28 16:10:23

问题


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:


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



来源:https://stackoverflow.com/questions/18286189/should-i-use-normalize-css-in-my-bootstrap-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!