@import doesn't work when suffix isn't .css?

Posted by wamp on Stack Overflow See other posts from Stack Overflow or by wamp
Published on 2010-05-21T02:52:20Z Indexed on 2010/05/21 3:00 UTC
Read the original article Hit count: 265

Filed under:
|
|

This works:

@import   "foo.css" 

This fails:

@import   "foo.cssabc" 

Any reason for this?

© Stack Overflow or respective owner

Related posts about html

Related posts about css