Update src/index.css
Browse files- 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 |
+
}
|