Skip to content

Commit

Permalink
chore(css): FIx group for CSS Box Sizing (#914)
Browse files Browse the repository at this point in the history
* chore(css): FIx group for CSS Box Sizing

* Update css/functions.json

* Update css/functions.json

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Jan 28, 2025
1 parent 015220c commit 9c304df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
"fit-content()": {
"syntax": "fit-content( <length-percentage [0,∞]> )",
"groups": [
"CSS Box Model"
"CSS Box Sizing",
"CSS Grid Layout"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function"
Expand Down
15 changes: 8 additions & 7 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3867,7 +3867,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "content-box",
"appliesto": "allElementsAcceptingWidthOrHeight",
Expand Down Expand Up @@ -4259,6 +4259,7 @@
"animationType": "length",
"percentages": "no",
"groups": [
"CSS Box Sizing",
"CSS Columns"
],
"initial": "auto",
Expand Down Expand Up @@ -5955,7 +5956,7 @@
"animationType": "lpc",
"percentages": "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "auto",
"appliesto": "allElementsButNonReplacedAndTableColumns",
Expand Down Expand Up @@ -7262,7 +7263,7 @@
"animationType": "lpc",
"percentages": "regardingHeightOfGeneratedBoxContainingBlockPercentagesNone",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "none",
"appliesto": "allElementsButNonReplacedAndTableColumns",
Expand Down Expand Up @@ -7309,7 +7310,7 @@
"animationType": "lpc",
"percentages": "referToWidthOfContainingBlock",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "none",
"appliesto": "allElementsButNonReplacedAndTableRows",
Expand Down Expand Up @@ -7341,7 +7342,7 @@
"animationType": "lpc",
"percentages": "regardingHeightOfGeneratedBoxContainingBlockPercentages0",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "auto",
"appliesto": "allElementsButNonReplacedAndTableColumns",
Expand Down Expand Up @@ -7373,7 +7374,7 @@
"animationType": "lpc",
"percentages": "referToWidthOfContainingBlock",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "auto",
"appliesto": "allElementsButNonReplacedAndTableRows",
Expand Down Expand Up @@ -10707,7 +10708,7 @@
"animationType": "lpc",
"percentages": "referToWidthOfContainingBlock",
"groups": [
"CSS Box Model"
"CSS Box Sizing"
],
"initial": "auto",
"appliesto": "allElementsButNonReplacedAndTableRows",
Expand Down

0 comments on commit 9c304df

Please sign in to comment.