Re: [csswg-drafts] Can we reinstate `<number-percentage>` and friends? (#9955)

@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