Re: [csswg-drafts] [css-values] Proposal for a 'progress' function to calculate progress between two <length> values (#7268)

> ```css
> --progress: inverse-mix(100vw, 375px, 1920px);
> font-size: mix(var(--progress) ease-in-out, 1rem, 1.25rem)
> ```

I seem to have provided an example where `inverse-mix` would not necessarily be the inverse of `mix()`  🤦😅


-- 
GitHub Notification of comment by johannesodland
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7268#issuecomment-1184581958 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 14 July 2022 15:26:07 UTC