I just realized there is a >>> combinator for applying styles any descendant components in Shadow DOM. I think it would be better to use more standard approach.
With >>> combinator, it works like :global but it requires an ancestor element as it actually is a combinator.
I just realized there is a
>>>
combinator for applying styles any descendant components in Shadow DOM. I think it would be better to use more standard approach.With
>>>
combinator, it works like:global
but it requires an ancestor element as it actually is a combinator.ref #23