You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `supports-[]` modifier
* Add `supports-[]` to "Quick reference"
* Rename "Media queries" section to "Media and feature queries"
* Move "supports" to last item in "Media and feature queries" section
* Rename "Supports" title to "Supports rules"
Under the hood the `supports-[...]` modifier generates [`@supports rules`](https://developer.mozilla.org/en-US/docs/Web/CSS/@supports) and takes anything you’d use with `@supports (...)` between the square brackets, like a property/value pair, and even expressions using `and` and `or`.
869
+
870
+
For terseness, if you only need to check if a property is supported (and not a specific value), you can just specify the property name:
0 commit comments