From 017180a8f884e612186d8e238afd449125305bae Mon Sep 17 00:00:00 2001 From: Roj Date: Sun, 31 Mar 2024 12:16:12 +0300 Subject: [PATCH] Fix typo --- twind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twind.config.ts b/twind.config.ts index 6520304..4cb1bd2 100644 --- a/twind.config.ts +++ b/twind.config.ts @@ -28,7 +28,7 @@ export default { marquee: "marquee 2s linear infinite", "spin-fast": "spin .5s linear infinite", "in-opacity": "inOpacity 100ms linear both", - "out-opacity": "out-op 100ms linear both", + "out-opacity": "outOpacity 100ms linear both", "in-scale": "inScale 100ms linear both", "out-scale": "outScale 100ms linear both", },