cassette icon indicating copy to clipboard operation
cassette copied to clipboard

Invalid CSS in Zurb Foundation 4

Open ChadBurggraf opened this issue 12 years ago • 1 comments

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.

ChadBurggraf avatar Mar 15 '13 16:03 ChadBurggraf

+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.

taitems avatar Apr 29 '13 00:04 taitems