Which method is best for importing multiple stylesheets? Is one method more efficient than the other?
|
feedback
|
|
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.
| |||||
feedback
|
|
On some (all?) implementations
| |||
|
feedback
|
media="screen"in your<link>or use@media screeninside your style sheet? Or are you debating useing@importvs<link>? – idrumgood Sep 25 '09 at 20:27