Skip to content

Commit

Permalink
Add spec link for css fit-content() function (#25788)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 28, 2025
1 parent 2945240 commit 784049d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/properties/max-height.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"fit-content_function": {
"__compat": {
"description": "`fit-content()`",
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
"tags": [
"web-features:fit-content-function"
],
Expand Down
1 change: 1 addition & 0 deletions css/properties/max-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"fit-content_function": {
"__compat": {
"description": "`fit-content()`",
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
"tags": [
"web-features:fit-content-function"
],
Expand Down
1 change: 1 addition & 0 deletions css/properties/min-height.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"fit-content_function": {
"__compat": {
"description": "`fit-content()`",
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
"tags": [
"web-features:fit-content-function"
],
Expand Down
1 change: 1 addition & 0 deletions css/properties/min-width.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"fit-content_function": {
"__compat": {
"description": "`fit-content()`",
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
"tags": [
"web-features:fit-content-function"
],
Expand Down
1 change: 1 addition & 0 deletions css/properties/width.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"__compat": {
"description": "`fit-content()`",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function",
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
"tags": [
"web-features:fit-content-function"
],
Expand Down

0 comments on commit 784049d

Please sign in to comment.