Update tailwind.config.ts

Line 23: Removed the space in "100% " key, making it '100%'.
This commit is contained in:
Omkar Kulkarni 2024-10-18 23:01:58 +05:30 committed by GitHub
parent b7e9e1c7e3
commit 3c68d13b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ const config: Config = {
blink: {
'0%': { opacity: '0.2' },
'20%': { opacity: '1' },
'100% ': { opacity: '0.2' }
'100%': { opacity: '0.2' }
}
},
animation: {