From 3c68d13b4cd43c7065af0dca7b47bf859793bfae Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni <89896505+omkarkulkarni2704@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:01:58 +0530 Subject: [PATCH] Update tailwind.config.ts Line 23: Removed the space in "100% " key, making it '100%'. --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 2131e59f8..787f590c8 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -20,7 +20,7 @@ const config: Config = { blink: { '0%': { opacity: '0.2' }, '20%': { opacity: '1' }, - '100% ': { opacity: '0.2' } + '100%': { opacity: '0.2' } } }, animation: {