Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions features/supports-at-rule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: supports-at-rule()
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."
spec:
https://www.w3.org/TR/css-conditional-5/
https://github.com/w3c/csswg-drafts/pull/12945
https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/AtRuleFeatureDetection/explainer.md
group: css
6 changes: 6 additions & 0 deletions features/supports-at-rule.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated from: supports-at-rule.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}