Re: [WICG/webcomponents] Support `>>>` combinator in static profile (#78)

Well, there is no direct replacement for the `/deep/` or `>>>`, but the [`::part()` pseudo-element](https://drafts.csswg.org/css-shadow-parts-1/#part) lets you target elements within the Shadow DOM, which were explicitly exposed via the [`part` attribute](https://drafts.csswg.org/css-shadow-parts-1/#element-attrdef-html-global-part).

Sebastian

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/78#issuecomment-754794161

Received on Tuesday, 5 January 2021 17:52:05 UTC