From 8c66896261c36a13e7c1af021137608986c992c7 Mon Sep 17 00:00:00 2001 From: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:15:54 +0900 Subject: [PATCH] fix(css): stroke-opacity syntax correction (#778) --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index bc61290a..4ee8cc83 100644 --- a/css/properties.json +++ b/css/properties.json @@ -9574,7 +9574,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stroke-miterlimit" }, "stroke-opacity": { - "syntax": "", + "syntax": "<'opacity'>", "media": "visual", "inherited": true, "animationType": "byComputedValueType",