Re: [csswg-drafts] [css-values-4] Allow an inline way to do "first value that's supported" (#5055)

In `var()` the fallback value is the 2nd argument. So for consistency this seems more natural to me:

```css
:root {
  --fg: first-supported(lch(30% 130 300); blue);
}
```

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

Received on Friday, 8 May 2020 16:33:25 UTC