Re: [csswg-drafts] [css-conditional-4] Feature detection for descriptors (#2463)

It'd be nice to have this for `@property` so we could feature detect the support from CSS directly with something like:
```css
  @supports descriptor(@property, syntax: "<color>") { ... }
```

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

Received on Friday, 24 April 2020 04:26:25 UTC