From 7f652b09cdfefa0b89ff7aecd90a9b93c40c735f Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:56:28 +0800 Subject: [PATCH] fix(css): Fix group field for CSS Containment module (#854) --- css/properties.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/properties.json b/css/properties.json index d810f46e..fa9ebeb1 100644 --- a/css/properties.json +++ b/css/properties.json @@ -4474,7 +4474,7 @@ "container-type" ], "groups": [ - "CSS Containment" + "CSS Conditional Rules" ], "initial": [ "container-name", @@ -4496,7 +4496,7 @@ "animationType": "notAnimatable", "percentages": "no", "groups": [ - "CSS Containment" + "CSS Conditional Rules" ], "initial": "none", "appliesto": "allElements", @@ -4512,7 +4512,7 @@ "animationType": "color", "percentages": "no", "groups": [ - "CSS Containment" + "CSS Conditional Rules" ], "initial": "normal", "appliesto": "allElements",