Arch-Sim / src /index.css
FlameF0X's picture
Update src/index.css
7d336b7 verified
@tailwind base;
@tailwind components;
@tailwind utilities;
/* You can keep your custom dash animation at the bottom */
@keyframes dash {
to { stroke-dashoffset: -12; }
}