This works:
@import   "foo.css" 
This fails:
@import   "foo.cssabc" 
Any reason for this?
The filename is irrelevant.
You just need to make sure your server is returning Content-Type: text/css for both.
This works:
@import   "foo.css" 
This fails:
@import   "foo.cssabc" 
Any reason for this?
The filename is irrelevant.
You just need to make sure your server is returning Content-Type: text/css for both.
精彩评论