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

fix: escape css #8698

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: escape css #8698

wants to merge 1 commit into from

Conversation

JSerFeng
Copy link
Collaborator

@JSerFeng JSerFeng commented Dec 13, 2024

Summary

fix css escape, css modules local ident should not be escaped in javascript module

.a\/b { }

The above css module contains a class a/b, if it becomes .local-a/b {}, the corresponding value in js should be local-a/b not local-a/b, local ident name in js should not be escaped

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added team The issue/pr is created by the member of Rspack. release: bug fix release: bug related release(mr only) labels Dec 13, 2024
Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit f84b707
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/675bee6aa5319800083f6263

@JSerFeng JSerFeng enabled auto-merge (squash) December 13, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant