- From: Caleb Williams <notifications@github.com>
- Date: Tue, 07 Mar 2023 05:54:19 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 March 2023 13:54:31 UTC
The way I’m thinking about that option is that only the styles included get applied so if you want danger you could reapply that to any other selector from the outside in but always an explicit opt in ```css .uhoh { @include from-root(.danger); &:hover { @include from-root(.danger:hover); } } ``` -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/986#issuecomment-1458213104 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/986/1458213104@github.com>
Received on Tuesday, 7 March 2023 13:54:31 UTC