码迷,mamicode.com
首页 > 其他好文 > 详细

Don't use @import

时间:2017-06-25 19:03:15      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:imp   ring   --   comm   sheet   url   str   pre   style   

<link>相比,@import较慢,增加额外的页面请求,并可能导致其他不可预见的问题。

<!-- Use link elements -->
<link rel="stylesheet" href="core.css">

<!-- Avoid @imports -->
<style>
    @import url("more.css");
</style>

Don't use @import

标签:imp   ring   --   comm   sheet   url   str   pre   style   

原文地址:http://www.cnblogs.com/guangyuan/p/7077522.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!