add web component support by adding :host to the output #15992
itsmebasti
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using some tw classes in my lit web components.
I use the cli to create a css file and then load it to the affected web components.
With tw4 it stopped working due to the new theme layer not being applied to :host elements, but only :root elements.
If :host it added to the output the solution works again.
Beta Was this translation helpful? Give feedback.
All reactions