From 067b6982a6cba5dae23917bd05f02b16f8e73546 Mon Sep 17 00:00:00 2001 From: Maikel Date: Wed, 25 Dec 2024 21:39:32 +0100 Subject: [PATCH] fix: feedback --- css/at-rules.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/css/at-rules.json b/css/at-rules.json index f271e353d..4a6785020 100644 --- a/css/at-rules.json +++ b/css/at-rules.json @@ -121,15 +121,12 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style" }, "@container": { - "syntax": "@container # {\n \n}", + "syntax": "@container # {\n \n}", "interfaces": [ - "CSSGroupingRule", - "CSSConditionRule", "CSSContainerRule" ], "groups": [ - "CSS Conditional Rules", - "CSS Containment" + "CSS Conditional Rules" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container"