From 17cf5add90ec09491fbee72aa274f8967ae91b39 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:50:15 +0800 Subject: [PATCH] fix(css): incorrect mdn_url for `repeating-radial-gradient()` --- 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} , ? )",