Skip to content

Commit d4e1b20

Browse files
committed
chore(css): Update group of CSS Cascading and Inheritance
1 parent 397906c commit d4e1b20

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
@@ -1724,7 +1724,7 @@
17241724
"animationType": "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
17251725
"percentages": "no",
17261726
"groups": [
1727-
"CSS Miscellaneous"
1727+
"CSS Cascading and Inheritance"
17281728
],
17291729
"initial": "noPracticalInitialValue",
17301730
"appliesto": "allElements",

0 commit comments

Comments
 (0)