Using @import will slow down the loading of your web page. Use the <link> element(s) instead.
Read the outside article: @import considered harmful
Level: Intermediate
113 tips and counting!
Tips&Tricks for the modern day web designer
Submitted by: WebD&D on May 5, 2009.
Using @import will slow down the loading of your web page. Use the <link> element(s) instead.
Read the outside article: @import considered harmful
Level: Intermediate