Update tailwind.config.ts (#1388)

This commit is contained in:
Omkar Kulkarni 2024-10-18 23:43:08 +05:30 committed by GitHub
parent b7e9e1c7e3
commit ce004c05fa
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: {