- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Sun, 25 Feb 2024 00:58:27 +0000
- To: public-css-archive@w3.org
@xiaochengh I think that would be fine. I’m assuming both of these would work, right? ```css background: oklch(from var(--color) calc(l + 20%) c h); ``` ```css --offset: 20%; background: oklch(from var(--color) calc(l + var(--offset)) c h); ``` -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9955#issuecomment-1962774299 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 25 February 2024 00:58:28 UTC