- From: HBS via GitHub <sysbot+gh@w3.org>
- Date: Sat, 02 Dec 2023 12:31:28 +0000
- To: public-css-archive@w3.org
I am thinking of maybe something like this: ```css @color-scheme ancestry, arc, arc-grey; :root { -–foo: schemed-value( --ancestry yellow, -–arc red, -–arc-grey lime ) } ``` This way I can define all my colors in one selector, instead of 3 ( `.color-scheme-ancestry{ … }`, `.color-scheme-arc{ … }` etc ) -- GitHub Notification of comment by MrHBS Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9660#issuecomment-1837137757 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 2 December 2023 12:31:30 UTC