Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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/at-rule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: at-rule
description: "The `at-rule` feature detection is an expansion to feature detection in CSS that allows authors to detect support for at-rules. Example: `@supports at-rule(@starting-style)`"
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/at-rule.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated from: at-rule.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
Loading