Most popular reset CSS pages suggest using @import
to include their css, e.g. https://code.google.com/p/reset5/ or http://www.cssreset.com/scripts/yahoo-css-reset-yui-3/ to name the top google hits.
However, in Best way to include CSS? Why use @import? I see everyone agreeing that @import
and that linking to it is better and faster. Why is it used on all the reset CSS examples then? Am I missing something obvious?