[css-d] @import css or link

2009-10-05 Thread Atkinson, Sarah
I have multiple css files
Which is better linking them in the header or using the @import in a main.css 
file and then linking that in the header?
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] @import css or link

2009-10-05 Thread cFA
On Mon, Oct 5, 2009 at 8:43 AM, Atkinson, Sarah 
sarah.atkin...@cookmedical.com wrote:

 I have multiple css files
 Which is better linking them in the header or using the @import in a
 main.css file and then linking that in the header?


I go with the former, link to a build file with imports in it...

http://www.stevesouders.com/blog/2009/04/09/dont-use-import/


-- 
iron sharpens iron
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/