Skip to content

Commit

Permalink
Update at-rules list
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiy authored Nov 11, 2023
1 parent 5ffeaa4 commit fef62fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/en-us/web/css/at-rule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Conditional group rules are:

- {{cssxref("@media")}},
- {{cssxref("@scope")}},
- {{cssxref("@starting-style")}},
- {{cssxref("@supports")}},
- {{cssxref("@document")}}. _(deferred to Level 4 of CSS Spec)_

Expand All @@ -84,7 +85,8 @@ Since each conditional group may also contain nested statements, there may be an
- {{cssxref("@namespace")}}
- {{cssxref("@page")}}
- {{cssxref("@property")}}
- {{cssxref("@scope")}},
- {{cssxref("@scope")}}
- {{cssxref("@starting-style")}}
- {{cssxref("@supports")}}

## Specifications
Expand Down

0 comments on commit fef62fd

Please sign in to comment.