-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
<meta>
tag get svelte- classname when :root
selector is defined
#4767
Comments
If I removed |
You are right... 👍 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
seems like having |
In 3.40.0, tags matched by |
Describe the bug
When I used
:root
selector in a svelte component using<style>
,<meta>
in<svelte:head />
tag will get a svelte generated classname.While I can just move
:root
selector to other place, I'm not sure if it's expected behavior.To Reproduce
repl
<meta property="description" content="hello world" class="svelte-1ibg0co">
Expected behavior
classname should not be rendered into
<meta>
tagThe text was updated successfully, but these errors were encountered: