csswizardry / inuit.css

Powerful, scalable, Sass-based, BEM, OOCSS framework.
inuitcss.com
Other
3.83k stars 415 forks source link

Fix issue that prevents gulp-sass compilation #298

Closed quagliero closed 7 years ago

quagliero commented 10 years ago

When compiling inuit with gulp-sass, it errors with: non-terminal statement or declaration must end with ;

The variables just need to be interpolated properly.

N.B. The 'inuit.css' folder also needs the dot removing to behave with gulp-sass.

aranw commented 10 years ago

I've had this issue along with unicode related issue which I believe is due to bower but yet to fully figure that out