2009-04-09 20:32
Älä käytä CSS:n @import-sääntöä
Steve Souders:
The bottomline is: use LINK instead of @import if you want stylesheets to download in parallel resulting in a faster page.
a blog about web development
2009-04-09 20:32
Steve Souders:
The bottomline is: use LINK instead of @import if you want stylesheets to download in parallel resulting in a faster page.