From 0500654aa73283c4908e0fa2565f2b7875147f2d Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:11:07 +0800 Subject: [PATCH] fix(css): incorrect mdn_url for `repeating-radial-gradient()` (#844) --- css/functions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/functions.json b/css/functions.json index 639b4690..94cba2c5 100644 --- a/css/functions.json +++ b/css/functions.json @@ -540,7 +540,7 @@ "CSS Color" ], "status": "standard", - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient" + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient" }, "rgb()": { "syntax": "rgb( {3} [ / ]? ) | rgb( {3} [ / ]? ) | rgb( #{3} , ? ) | rgb( #{3} , ? )",