@import "tailwindcss"; @keyframes ripple { from { transform: scale(1); opacity: 0.7; } to { transform: scale(2); opacity: 0; } }