Skip to content

Commit

Permalink
feat: add container at rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Dec 24, 2024
1 parent 57b11d6 commit e924dd1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,20 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
},
"@container": {
"syntax": "@container <container-condition># {\n <block-contents>\n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule",
"CSSContainerRule"
],
"groups": [
"CSS Conditional Rules",
"CSS Containment"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container"
},
"@document": {
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
"interfaces": [
Expand Down

0 comments on commit e924dd1

Please sign in to comment.