-
-
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
Since 3.32.2 a single :host style selector is removed when producing web components #5982
Comments
rd-stefan-riehmer
changed the title
Since 2.32.2 a single :host style selector is removed when producing web components
Since 2.32.3 a single :host style selector is removed when producing web components
Feb 10, 2021
rd-stefan-riehmer
changed the title
Since 2.32.3 a single :host style selector is removed when producing web components
Since 3.32.2 a single :host style selector is removed when producing web components
Feb 10, 2021
watching the logs it says:
why is it "unused"? i am using it. the https://developer.mozilla.org/en-US/docs/Web/CSS/:host <- example on styling the shadow host. |
Thanks for the report! This should be fixed in 3.32.3. |
This was referenced Mar 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a reason why, but the
:host
style selector is removed when compiling this. Works in svelte 3.32.1, but not in 3.32.2.Result:
only the .hello class is available in the compiled web component.
The text was updated successfully, but these errors were encountered: