Skip to content

Commit

Permalink
chore(css): Update group of CSS Cascading and Inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 4, 2025
1 parent 23379df commit 684eebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@
"@import": {
"syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
"groups": [
"CSS Cascading and Inheritance",
"CSS Conditional Rules",
"Media Queries"
],
Expand Down
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@
"animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
"percentages": "no",
"groups": [
"CSS Miscellaneous"
"CSS Cascading and Inheritance"
],
"initial": "noPracticalInitialValue",
"appliesto": "allElements",
Expand Down

0 comments on commit 684eebc

Please sign in to comment.