-
Notifications
You must be signed in to change notification settings - Fork 465
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
Rendering '@charset "UTF-8";' gives an error. #44
Comments
Confirmed. |
Will work on the issue this week -- however, please be aware that for the time being, the "fix" will be to ignore the directive. As long as your SCSS files are UTF-8 they should work fine; we're still looking into how to handle different encodings. |
Yes, I don't actually care about encodings either. All I want is the successful build. |
What's the status of this bug? Thanks. |
Just made the fix (i.e. ignoring the directive for now)! Sorry for the delay; other issues took prioritiy. |
Nice, thank you! Now I just need those changes to get into node-sass. :-) |
Originally reported at sass/node-sass#23. node-sass module uses libsass.
When I try to use it, it outputs 'undefined'
The node-sass developer confirms that the problem originates from libsass. He says the following error is displayed when he tries to use sassc (https://github.com/hcatlin/sassc) to render
@charset "UTF-8";
:The text was updated successfully, but these errors were encountered: