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

[Feature]: option to disable escape char transformation to display char in scss/css #3583

Closed
mbohovic opened this issue Sep 27, 2024 · 2 comments

Comments

@mbohovic
Copy link

What problem does this feature solve?

I have scss or css file in which, for example, this

.icomoon-calendar:before {
  content: '\e94e';
}

and rsBuild transforms it to this for me

.icomoon-calendar:before {
    content: "";
}

How to prevent it, I want it to stay in flood shape

What does the proposed API look like?

Add a property to the rsBuild configuration for scss processing that disables this transformation

@mbohovic mbohovic changed the title [Feature]: možnosť zakázať transformáciu escape char na zobrazenie char v scss/css [Feature]: option to disable escape char transformation to display char in scss/css Sep 27, 2024
@chenjiahan
Copy link
Member

Ref: #3328

@chenjiahan
Copy link
Member

chenjiahan commented Sep 29, 2024

Issue closed because this is an upstream issue (LightningCSS)

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

No branches or pull requests

2 participants