Skip to content

Commit 9c304df

Browse files
skyclouds2001bsmth
andauthored
chore(css): FIx group for CSS Box Sizing (#914)
* chore(css): FIx group for CSS Box Sizing * Update css/functions.json * Update css/functions.json --------- Co-authored-by: Brian Smith <[email protected]>
1 parent 015220c commit 9c304df

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

css/functions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@
230230
"fit-content()": {
231231
"syntax": "fit-content( <length-percentage [0,∞]> )",
232232
"groups": [
233-
"CSS Box Model"
233+
"CSS Box Sizing",
234+
"CSS Grid Layout"
234235
],
235236
"status": "standard",
236237
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function"

css/properties.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3867,7 +3867,7 @@
38673867
"animationType": "discrete",
38683868
"percentages": "no",
38693869
"groups": [
3870-
"CSS Box Model"
3870+
"CSS Box Sizing"
38713871
],
38723872
"initial": "content-box",
38733873
"appliesto": "allElementsAcceptingWidthOrHeight",
@@ -4259,6 +4259,7 @@
42594259
"animationType": "length",
42604260
"percentages": "no",
42614261
"groups": [
4262+
"CSS Box Sizing",
42624263
"CSS Columns"
42634264
],
42644265
"initial": "auto",
@@ -5955,7 +5956,7 @@
59555956
"animationType": "lpc",
59565957
"percentages": "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock",
59575958
"groups": [
5958-
"CSS Box Model"
5959+
"CSS Box Sizing"
59595960
],
59605961
"initial": "auto",
59615962
"appliesto": "allElementsButNonReplacedAndTableColumns",
@@ -7262,7 +7263,7 @@
72627263
"animationType": "lpc",
72637264
"percentages": "regardingHeightOfGeneratedBoxContainingBlockPercentagesNone",
72647265
"groups": [
7265-
"CSS Box Model"
7266+
"CSS Box Sizing"
72667267
],
72677268
"initial": "none",
72687269
"appliesto": "allElementsButNonReplacedAndTableColumns",
@@ -7309,7 +7310,7 @@
73097310
"animationType": "lpc",
73107311
"percentages": "referToWidthOfContainingBlock",
73117312
"groups": [
7312-
"CSS Box Model"
7313+
"CSS Box Sizing"
73137314
],
73147315
"initial": "none",
73157316
"appliesto": "allElementsButNonReplacedAndTableRows",
@@ -7341,7 +7342,7 @@
73417342
"animationType": "lpc",
73427343
"percentages": "regardingHeightOfGeneratedBoxContainingBlockPercentages0",
73437344
"groups": [
7344-
"CSS Box Model"
7345+
"CSS Box Sizing"
73457346
],
73467347
"initial": "auto",
73477348
"appliesto": "allElementsButNonReplacedAndTableColumns",
@@ -7373,7 +7374,7 @@
73737374
"animationType": "lpc",
73747375
"percentages": "referToWidthOfContainingBlock",
73757376
"groups": [
7376-
"CSS Box Model"
7377+
"CSS Box Sizing"
73777378
],
73787379
"initial": "auto",
73797380
"appliesto": "allElementsButNonReplacedAndTableRows",
@@ -10707,7 +10708,7 @@
1070710708
"animationType": "lpc",
1070810709
"percentages": "referToWidthOfContainingBlock",
1070910710
"groups": [
10710-
"CSS Box Model"
10711+
"CSS Box Sizing"
1071110712
],
1071210713
"initial": "auto",
1071310714
"appliesto": "allElementsButNonReplacedAndTableRows",

0 commit comments

Comments
 (0)