Which method is best for importing multiple stylesheets? I assume, as with most things regarding the web, the answer is 'it depends', but are there downsides of using one or the other?
|
|
|
|
|
I once read this article about performances and
It's quite recent (April 2009), so should still be mostly true -- and written by Steve Souders, whose name is quite well-known when it comes to front-end performances.
|
||
|
|
|
|
On some (all?) implementations
|
||
|
|

media="screen"in your<link>or use@media screeninside your style sheet? Or are you debating useing@importvs<link>? – idrumgood Sep 25 at 20:27