-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on line 1: Invalid US-ASCII character "\xE3" #46
Comments
Have you specified the charset to be utf-8? Like so, at the top of your sass file: @charset "UTF-8"; |
I am grateful |
Hi @Stormtea123 Apologies this is a bit late, are you able to describe the problems you had more clearly? |
The problem has been resolved |
I noticed that sometimes I receive the error, even though I defined the charset. I've read through the sass docs again, and it states that the @charset rule must be placed at the top of the file before any comments or whitespace: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#encodings So yea, whitespace can break this. Glad it's working correctly. |
There was an error beautifying your Sass:
Error on line 1: Invalid US-ASCII character "\xE3"
Use --trace for backtrace
Use --trace for backtrace.
The text was updated successfully, but these errors were encountered: