Skip to content
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

Unicode character replaced in compiled file #139

Open
Havock94 opened this issue Sep 8, 2021 · 0 comments
Open

Unicode character replaced in compiled file #139

Havock94 opened this issue Sep 8, 2021 · 0 comments

Comments

@Havock94
Copy link

Havock94 commented Sep 8, 2021

Hello.
I'm compiling an SCSS file where I have a rule like

.button-add:after {
	content: "\F0419";
}

and once it's compiled, I see the following

.button-add:after {
	content: "󰐙";
}

Is it possibile to tell the compiler not to replace unicode characters?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant