Skip to content

Commit

Permalink
feat(css): Update syntax for fit-content() (#814)
Browse files Browse the repository at this point in the history
* Update syntax for fit-content()

* Update css/functions.json

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Dec 4, 2024
1 parent 0b93566 commit cd9f7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
},
"fit-content()": {
"syntax": "fit-content( [ <length> | <percentage> ] )",
"syntax": "fit-content( <length-percentage [0,∞]> )",
"groups": [
"CSS Box Model"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function"
},
"grayscale()": {
"syntax": "grayscale( <number-percentage> )",
Expand Down

0 comments on commit cd9f7ce

Please sign in to comment.