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
The /deep/ combinator is only supported in Chrome. It is also being deprecated in the Shadow DOM spec and may be removed from Chrome at some point in the future. For that reason, we strongly recommend avoiding use of both /deep/ and ::shadow and will be deprecating any support of those combinators going forward.
One of the new concepts introduced with Web Components is style encapsulation. This is intended to allow users to control what css applies to a given element. Since theming is fundamentally a global notion, it is somewhat in tension with the desire to encapsulate. To allow for theming, elements should define a styling api which exposes the parts that can be themed.
I wrote this behavior for adding themes but when I use the /deep/ combinator for the var selectorText it thows an error :
The text was updated successfully, but these errors were encountered: