diff --git a/kicc-ui/windi.config.ts b/kicc-ui/windi.config.ts index b74c8354..7754db66 100644 --- a/kicc-ui/windi.config.ts +++ b/kicc-ui/windi.config.ts @@ -67,13 +67,13 @@ function createEnterPlugin(maxOutput = 10) { } addBase({ ...addRawCss, - [`@keyframes enter-x-animation`]: { + ['@keyframes enter-x-animation']: { to: { opacity: '1', transform: 'translateX(0)', }, }, - [`@keyframes enter-y-animation`]: { + ['@keyframes enter-y-animation']: { to: { opacity: '1', transform: 'translateY(0)',