Re: [w3c/webcomponents] Theming options for shadow roots (#864)

@rniwa, would a property with functional notation be a good step towards a solution? E.g.
```CSS
except(opacity, border*, background*): unset;
```
(Then `all` would be equivalent to `except()`.)

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

Received on Sunday, 23 February 2020 01:04:51 UTC