我刚刚开始一个项目,我正在使用Twitters Bootstrap,并且想知道它是否有自己的重置规则.
通常我会在规范化样式表中加入,以帮助我的网站在浏览器中看起来更加一致,但这是否需要Bootstrap?
解决方法
Bootstrap已经使用了
normalize.css.看看
the source(以及
LESS file):
/*! * Bootstrap v2.2.2 * * Copyright 2012 Twitter,Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block; }