Skip to content

Commit 0d33e5c

Browse files
lucasmarkesguilhermerodz
authored andcommitted
chore(website): clean up unused animation keyframes
- Remove ring-grow and ring-shrink keyframes (no longer needed) - Simplify animation configuration by using CSS transitions instead
1 parent ff9f373 commit 0d33e5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/tailwind.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ const config = {
104104
1500: '1500ms',
105105
},
106106
transitionTimingFunction: {
107-
'default': 'ease-out',
108-
}
107+
default: 'ease-out',
108+
},
109109
},
110110
},
111111
plugins: [require('tailwindcss-animate')],

0 commit comments

Comments
 (0)