微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

css – 使用Twitter引导规范化样式表

我刚刚开始一个项目,我正在使用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;
}

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。