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: fix CSS content property have sequences of unicode chars. #463

Merged
merged 1 commit into from Aug 21, 2023

Conversation

andycall
Copy link
Member

Fix parse error with the following cases:

 .div1::before {
    content: '\66F4\591A';
    display: block;
    background-color: red;
    margin-left: 10px;
  }

@andycall andycall added this pull request to the merge queue Aug 21, 2023
Merged via the queue into main with commit d68840c Aug 21, 2023
24 checks passed
@andycall andycall deleted the fix/combined_unicode_content branch August 21, 2023 06:26
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

Successfully merging this pull request may close these issues.

None yet

3 participants