- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Oct 2021 14:41:37 +0000
- To: public-css-archive@w3.org
One issue is that if you specify it like that, then using the color **requires** a component. You can't just say `color(--royal-blue)` because you've defined this with one component, so if you use fewer components they will be backfilled with `0`, i.e. `color(--royal-blue)` is equivalent with `color(--royal-blue 0)`. So this still feels like a hack 😕 -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6767#issuecomment-952999553 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 October 2021 14:41:40 UTC