Re: [WICG/webcomponents] Web components should be able to easily adapt to the host page while maintaining enapsulation (Issue #986)

```css
button {
  @include from-root(button);
}
```

Would this include a) any style rules from outside that have the selector `button`, or b) any styles that would match `button` regardless of what selector they sere defined with? Or something in between?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/986#issuecomment-1457027113
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/986/1457027113@github.com>

Received on Monday, 6 March 2023 21:27:53 UTC