View Single Post
Contributor
26Jul2010,20:40  
johnny.dacu's Avatar
I know that one technique is to include some css files on main one with @import.
Isn't this a bad practice? Because with @import browser still makes the request, and if the main is blank then you could endup with n+1 requests.