Skip to content

Commit 0f7601c

Browse files
diekuscaptainbrossetddbeck
authored
Adds the at-rule feature (#3449)
Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent a3028b4 commit 0f7601c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

features/supports-at-rule.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: at-rule()
2+
description: "The `at-rule()` function, when used with `@supports`, checks if a CSS at-rule is supported. For example `@supports at-rule(@starting-style)` checks if the `@starting-style` at-rule is supported."
3+
spec: https://drafts.csswg.org/css-conditional-5/#typedef-supports-at-rule-fn
4+
group: css

features/supports-at-rule.yml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: supports-at-rule.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)