We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee251eb commit 60a5c65Copy full SHA for 60a5c65
features/if.yml
@@ -2,4 +2,5 @@ name: if()
2
description: The `if()` CSS function is an inline conditional value that returns a value based on a set of conditions.
3
spec: https://drafts.csswg.org/css-values-5/#if-notation
4
group: css
5
-# No compat keys yet, this feature is planned to ship with Chromium M136
+compat_features:
6
+ - css.types.if
features/if.yml.dist
@@ -3,4 +3,9 @@
status:
baseline: false
- support: {}
+ support:
7
+ chrome: "137"
8
+ chrome_android: "137"
9
+ edge: "137"
10
11
0 commit comments