From ec24bf4aba47d7bd309b01b3240f5f091a23da99 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:34:45 +0800 Subject: [PATCH] fix(css): Fix mdn_url for functions (#840) --- css/functions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/functions.json b/css/functions.json index 7117d93e..639b4690 100644 --- a/css/functions.json +++ b/css/functions.json @@ -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( )", @@ -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( [ || ]? [ at ]? , )", @@ -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( [ | ] )",