使用Twitter引导规范化样式表

Jam*_*son 8 css normalize twitter-bootstrap

我刚刚开始一个项目,我正在使用Twitters Bootstrap,并且想知道它是否有自己的重置规则.

通常我会在规范化样式表中使用以帮助我的网站在浏览器中看起来更加一致,但这是否需要Bootstrap?

Ble*_*der 22

Bootstrap已经使用了normalize.css.看一下源代码(和LESS文件):

/*!
 * 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;
}
Run Code Online (Sandbox Code Playgroud)