You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not exactly the same, but instead of the element having to anticipate exactly how it might be styled, it delegates this power, where appropriate, to the user.
Fwiw, we're not totally ruling out adding support for :host-context and will consider user feedback, but we'd like to encourage using properties for these use cases.
If I have an element named x-foo, using :host-context in an external stylesheet gets converted to
x-foo-context
The text was updated successfully, but these errors were encountered: