Skip to content

Commit 60a5c65

Browse files
authored
Add compat key for CSS if() (#3144)
1 parent ee251eb commit 60a5c65

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

features/if.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ name: if()
22
description: The `if()` CSS function is an inline conditional value that returns a value based on a set of conditions.
33
spec: https://drafts.csswg.org/css-values-5/#if-notation
44
group: css
5-
# No compat keys yet, this feature is planned to ship with Chromium M136
5+
compat_features:
6+
- css.types.if

features/if.yml.dist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
chrome: "137"
8+
chrome_android: "137"
9+
edge: "137"
10+
compat_features:
11+
- css.types.if

0 commit comments

Comments
 (0)