@tailwind base; @tailwind components; @tailwind utilities; /* You can keep your custom dash animation at the bottom */ @keyframes dash { to { stroke-dashoffset: -12; } }