ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 168 forks source link

complier converts scss hex value to unicode character in css #468

Closed lbj closed 3 years ago

lbj commented 3 years ago

The following code in my _style.scss file:

       content: '\25BC';
.... }

becomes :

       content: "▼";
.... }

when compiled to css. Is there any way to prevent this? (Version v4.4.1 running on VS code on windows 10)

lbj commented 3 years ago

I just realized I'm using a fork of this compiler. I've created the issue at the fork instead,