Skip to content

Commit

Permalink
fix(css): Fix mdn_url for functions (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 21, 2024
1 parent aa45cc7 commit ec24bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"CSS Color"
],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsla"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hsl"
},
"hue-rotate()": {
"syntax": "hue-rotate( <angle> )",
Expand Down Expand Up @@ -531,7 +531,7 @@
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/repeating-linear-gradient"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
},
"repeating-radial-gradient()": {
"syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
Expand All @@ -556,7 +556,7 @@
"CSS Color"
],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgba"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
},
"rotate()": {
"syntax": "rotate( [ <angle> | <zero> ] )",
Expand Down

0 comments on commit ec24bf4

Please sign in to comment.