Try adding @charset "UTF-8";
to your original SCSS file, SASS shouldn't override it/add its own then.
↧
Answer by Blair McMillan for Why does Sass prepend an incorrect @charset rule?
↧
Try adding @charset "UTF-8";
to your original SCSS file, SASS shouldn't override it/add its own then.