peteboere / css-crush

CSS preprocessor.
http://the-echoplex.net/csscrush
MIT License
537 stars 51 forks source link

When 'comments' => false only first css @import works #5

Closed Hlight closed 13 years ago

Hlight commented 13 years ago

I have a master stylesheet that imports the various stylesheets used for the site.

When 'comments' => true, which leaves comments in the file crush.css file everything imports perfectly...

however,

when 'comments' => false, which strips comments from the final crush.css file ONLY THE FIRST css file is imported, all other files are ignored and not included in the final crush.css file.

I am testing this on my localhost, MAMP (php5 w/ zend optimizer), on OSX 10.4

Hlight commented 13 years ago

Actually... this was the behavior but now it's working so I'm not sure if this is a bug or if it was a problem on my end.