使用 html5reset 复制 css 行
我第一次使用 http://html5reset.org 中的 html5reset。我看到的问题是文件 core.css 被加载两次或其他什么。如果你拉起 firebug,你可以看到你点击的每个元素都有一个 core.css 和一个 core.css #2。
我无法弄清楚是什么导致它加载两次。我的网站是 http://ratemymechanic.us
I'm using html5reset from http://html5reset.org for the first time. The issue I'm seeing is that the file core.css is being loaded twice or something. If you pull up firebug, you can see that for every element you click on there is a core.css and a core.css #2.
I can't figure out what is causing it to load twice. My site is http://ratemymechanic.us
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在您的 HTML 标记中发现了这一点:
在
main.css
中,您也导入了core.css
,因此您应用了两次:I have found this in your HTML markup:
in
main.css
, you're importingcore.css
too, hence you're applying it twice: