csswizardry / inuit.css

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

Compilation fails on base/quotes:8 #315

Open ain opened 10 years ago

ain commented 10 years ago

_inuit.scss compilation fails with:

inuit.css/base/quotes:8: error: error reading values after \201C
 Use --force to continue.

Aborted due to warnings.

Using node-sass 0.8.6.

emagnier commented 10 years ago

node-sass is based on Libsass, but Libsass doesn't support yet the global variables. More details here: https://github.com/hcatlin/libsass/issues/278