I had similar issue with chrome not loading css despite FF and IE. I was able to solve it by adding a semi colon at the end my @import statement. I guess chrome is very strict on CSS syntax. if any error found the whole CSS does not load. this is just my personal conclusion,still someone from chrome team has to confirm it.
Thanks