Does the performance of a webpage take a noticeable hit if it is rendered using multiple CSS files called, one from another, using @import?If it's a single page then it probably does because of the extra networking involved. If those sheets are used on lots of pages then the result will be much improved load times.It's still generally less efficient than a straight link though.