mirror of
https://github.com/vercel/commerce.git
synced 2025-04-27 13:27:50 +00:00
Update tailwind.config.ts
Line 23: Removed the space in "100% " key, making it '100%'.
This commit is contained in:
parent
b7e9e1c7e3
commit
3c68d13b4c
@ -20,7 +20,7 @@ const config: Config = {
|
||||
blink: {
|
||||
'0%': { opacity: '0.2' },
|
||||
'20%': { opacity: '1' },
|
||||
'100% ': { opacity: '0.2' }
|
||||
'100%': { opacity: '0.2' }
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user