Css 使用Twitter引导规范化样式表

Css 使用Twitter引导规范化样式表,css,twitter-bootstrap,normalize,Css,Twitter Bootstrap,Normalize,我刚刚开始一个项目,我正在使用Twitters引导,想知道它是否有自己的重置规则 通常,我会插入一个规范化样式表,以帮助我的站点在跨浏览器时看起来更加一致,但这是Bootstrap所必需的吗?Bootstrap已经在使用了。看一看(以及以下内容): Bootstrap v3现在明确了这一点,还包括版本号: /*! * Bootstrap v3.0.3 (http://getbootstrap.com) * Copyright 2013 Twitter, Inc. * Licensed un

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

通常,我会插入一个规范化样式表,以帮助我的站点在跨浏览器时看起来更加一致,但这是Bootstrap所必需的吗?

Bootstrap已经在使用了。看一看(以及以下内容):


Bootstrap v3现在明确了这一点,还包括版本号:

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
请注意,normalize.css现在位于v3.0.0-rc.1,因此您可能希望查看变更日志或差异,并评估是否希望在您的站点上使用它们。

it use
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}