Re: [csswg-drafts] [css-values]: Express conditional values in a more terse way (#5009)

If we do something like this, can it also cover use cases where you basically need a ternary instead of tying it to media queries? E.g. things like `border-width: if(100% < 50vw, 1px, 2px)`. You can hack it with `sign()`, `min()` and `max()`, but it's awkward.

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

Received on Thursday, 7 May 2020 23:21:18 UTC