FlameF0X commited on
Commit
7d336b7
·
verified ·
1 Parent(s): d992d66

Update src/index.css

Browse files
Files changed (1) hide show
  1. src/index.css +6 -1
src/index.css CHANGED
@@ -1,3 +1,8 @@
1
  @tailwind base;
2
  @tailwind components;
3
- @tailwind utilities;
 
 
 
 
 
 
1
  @tailwind base;
2
  @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ /* You can keep your custom dash animation at the bottom */
6
+ @keyframes dash {
7
+ to { stroke-dashoffset: -12; }
8
+ }