From 76d78604b877742bce965b58014b1bc8ad66820c Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:30:51 +0800 Subject: [PATCH] feat(css): Update syntax for `background-clip` (#835) --- css/properties.json | 2 +- css/syntaxes.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 203e8007..0ab14023 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2224,7 +2224,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-blend-mode" }, "background-clip": { - "syntax": "#", + "syntax": "#", "media": "visual", "inherited": false, "animationType": "repeatableList", diff --git a/css/syntaxes.json b/css/syntaxes.json index e1d64502..283633df 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -74,6 +74,9 @@ "basic-shape": { "syntax": " | | | | " }, + "bg-clip": { + "syntax": " | border-area | text" + }, "bg-image": { "syntax": "none | " },