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 class selector not match on html element. #490

Merged
merged 2 commits into from
Sep 29, 2023
Merged

Conversation

andycall
Copy link
Member

@andycall andycall commented Sep 21, 2023

Fix the following match error when setting className on HTML element.

<html style="font-size: 9.25926vw" class="dark">
  html.dark {
    color: aquamarine;
  }

@devjiangzhou devjiangzhou added this pull request to the merge queue Sep 29, 2023
Merged via the queue into main with commit a1128ad Sep 29, 2023
@devjiangzhou devjiangzhou deleted the fix/html_class branch September 29, 2023 07:22
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