From 720a3d7341228645f1c007a8b5ff8a7e46f2e1e8 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:29:09 +0800 Subject: [PATCH] feat(css): Update syntax for `outline` --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 11322ff1..b571564e 100644 --- a/css/properties.json +++ b/css/properties.json @@ -7683,7 +7683,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/orphans" }, "outline": { - "syntax": "[ <'outline-width'> || <'outline-style'> || <'outline-color'> ]", + "syntax": "<'outline-width'> || <'outline-style'> || <'outline-color'>", "media": [ "visual", "interactive"