Skip to content

Commit 684eebc

Browse files
chore(css): Update group of CSS Cascading and Inheritance
1 parent 23379df commit 684eebc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/at-rules.json

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
"@import": {
330330
"syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
331331
"groups": [
332+
"CSS Cascading and Inheritance",
332333
"CSS Conditional Rules",
333334
"Media Queries"
334335
],

css/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@
17891789
"animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
17901790
"percentages": "no",
17911791
"groups": [
1792-
"CSS Miscellaneous"
1792+
"CSS Cascading and Inheritance"
17931793
],
17941794
"initial": "noPracticalInitialValue",
17951795
"appliesto": "allElements",

0 commit comments

Comments
 (0)