Using Animations with Tailwind CSS
Tailwind CSS is awesome. Animations are awesome. So let's combine them! It's really easy to define your own custom animations with Tailwind.
Quick CSS animation refresher
A CSS animation is defined by creating a set of keyframes. These keyframes defi...
joeattardi.dev3 min read
Allan Ferencz
Senior Developer at Slalom_Build
Note to anyone struggling with the above.
Looks like Tailwind has updated the 'extends' configuration since this was published.
"animations" has now been updated to "animation".
The article was helpful even with that issue - Thanks