Thread
:
@import is a good practice?
View Single Post
johnny.dacu
Contributor
26Jul2010,20:40
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.