_type.scss error

I’m trying to import the ionic.scss into my project, but am getting a sass error on compile that is referencing line 172. The error reads:

error _type.scss (Line 172: Invalid US-ASCII character “\xE2”)

Just an FYI. I’m using Webstorm which auto compiles my SCSS files into CSS. I’m importing ionic.scss into my main.scss file using @import ‘ionic’;

Thanks.

Hey Martin,

I just pushed a fix for it, looks like a random bad character got into the file and I removed it. Mind pulling and trying again? Or you can just edit _type.scss and remove the bad character at the end of the selector on line 172:

a.subdued<BADCHAR> {