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

Preserve escaped content #1209

Closed
IgnacioHR opened this issue Jan 16, 2021 · 1 comment
Closed

Preserve escaped content #1209

IgnacioHR opened this issue Jan 16, 2021 · 1 comment

Comments

@IgnacioHR
Copy link

Hello,

If I've the input file input.scss

.test::before {
	content: "\ea01";
}

and I run sass input.scss the output obtained is:

.test::before {
  content: ;
}

I want it to be exactly the same escaped string without converting the escaped character into the utf-8 character as this is generating undesired side effects as you can see in the attached image capture

Papirix___iXBRL_data_tagging

I can't find a proper way to handle this situation via options or anything.

Any help or bug fix will be appreciated
Best

@jathak
Copy link
Member

jathak commented Jan 20, 2021

Duplicate of #568.

@jathak jathak closed this as completed Jan 20, 2021
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

2 participants