Skip to content

Commit

Permalink
chore(css): Replace CSS Charsets group with CSS Syntax group (#883)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Jan 16, 2025
1 parent ec560a1 commit 9376284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@charset": {
"syntax": "@charset \"<charset>\";",
"groups": [
"CSS Charsets"
"CSS Syntax"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
Expand Down
2 changes: 1 addition & 1 deletion css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"CSS Box Model",
"CSS Box Sizing",
"CSS Cascading and Inheritance",
"CSS Charsets",
"CSS Color",
"CSS Columns",
"CSS Conditional Rules",
Expand Down Expand Up @@ -48,6 +47,7 @@
"CSS Shadow Parts",
"CSS Shapes",
"CSS Speech",
"CSS Syntax",
"CSS Table",
"CSS Text",
"CSS Text Decoration",
Expand Down

0 comments on commit 9376284

Please sign in to comment.