File size: 172 Bytes
90b64a4
 
7d336b7
 
 
 
 
 
1
2
3
4
5
6
7
8
@tailwind base;
@tailwind components;
@tailwind utilities;

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