SublimeOnSaveBuild icon indicating copy to clipboard operation
SublimeOnSaveBuild copied to clipboard

Allow ASCII Characters

Open kthornbloom opened this issue 9 years ago • 0 comments

Using any ascii characters in the .scss file breaks the build.

Example: .anchor:after{ content:'⚓'; }

Will yield this error: Error: Invalid US-ASCII character "\xE2"

kthornbloom avatar Jan 28 '16 18:01 kthornbloom