Skip to content

Commit

Permalink
fix(css): fix group for clamp() css function (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 17, 2024
1 parent 9fe3138 commit 424e985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"clamp()": {
"syntax": "clamp( <calc-sum>#{3} )",
"groups": [
"CSS Fonts"
"CSS Units",
"CSS Lengths"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clamp"
Expand Down

0 comments on commit 424e985

Please sign in to comment.