Use built-in animations
Create Tailwind plugin
Add custom color palette
Create custom animation
Extends animations with custom keyframes and timing
Custom slow spin animation
// tailwind.config.js module.exports = { theme: { extend: { animation: { 'spin-slow': 'spin 3s linear infinite', } } } }
Add custom spacing scale
Define custom screen sizes
Use values outside theme