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"`
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"