From 4716c4ef0c1f186520aeba60026bc73226d14043 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 12 Feb 2025 01:05:26 +0800 Subject: [PATCH] chore(css): Fix group for CSS Transitions module --- css/at-rules.json | 2 +- css/types.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/css/at-rules.json b/css/at-rules.json index ccbdbf3aa..74c627ce3 100644 --- a/css/at-rules.json +++ b/css/at-rules.json @@ -521,7 +521,7 @@ "CSSStartingStyleRule" ], "groups": [ - "CSS Animations" + "CSS Transitions" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style" diff --git a/css/types.json b/css/types.json index e23a0354f..4466d892b 100644 --- a/css/types.json +++ b/css/types.json @@ -114,7 +114,6 @@ "easing-function": { "groups": [ "CSS Animations", - "CSS Transitions", "CSS Types" ], "status": "standard",