cassette
cassette copied to clipboard
Invalid CSS in Zurb Foundation 4
I'm getting a Sass::SyntaxError when trying to bundle a Sass stylesheet that imports Zurb Foundation 4. The error is:
Syntax error: Invalid CSS after " @media ": expected "{", was "#{small} {"
I figure this is an issue with CompassAndSass, but I'm not sure how to go about hunting it down. The file compiles fine with the sass gem.
+1
We were having this issue too. I believe it was because we were grabbing all files in a folder, and Foundation requires that the scripts be included in order. We never managed to solve the issue and went a different path.