- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 May 2020 23:21:17 +0000
- To: public-css-archive@w3.org
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