modularscale / modularscale-sass

Modular scale calculator built into your Sass

Home Page:http://www.modularscale.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid ASCII Character warning

avocadesign opened this issue · comments

I'm getting this warning on OSX which is stoping SCSS compiling.

/Library/Ruby/Gems/2.0.0/gems/modular-scale-2.0.4/stylesheets/modular-scale/_pow.scss: Invalid US-ASCII character "\xE2"

After looking at this thread - csswizardry/inuit.css#270
it looked like it could be a single quote character.

On line 31 of that file there is a ' in "don't" - if I remove it the warning goes away and I can compile the SCSS again.

Just to be clear - I'm compiling the SCSS with grunt and the built in watch and compass tasks