Pages tagged _import:

High Performance Web Sites :: don’t use @import
http://www.stevesouders.com/blog/2009/04/09/dont-use-import/

The bottomline is: use LINK instead of @import if you want stylesheets to download in parallel resulting in a faster page.