Answer the question
In order to leave comments, you need to log in
SASS issue with @charset "utf-8";
Hello! I've been running into a nasty bug in SASS for a long time when compiling to CSS:
main.scss :
@charset "utf-8";
@import
"normalize",
"mixins",
"base",
"media";
Answer the question
In order to leave comments, you need to log in
I do not know where the previous answers have gone, in general, thanks to @sim3x for the tip.
And actually, there is no problem, it is enough to place any html-character in any *.scss file, for example , even if only in a comment, and SASS will automatically add '@charset "UTF-8";' to the compiled .css file.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question