Jump to the main content.

Tips&Tricks for the modern day web designer

Don’t Use @import

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

1 Star2 Stars3 Stars4 Stars5 Stars

Loading ... Loading ...

Tags:

Level: Intermediate