summaryrefslogtreecommitdiff
path: root/src/components/SvgYacd.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SvgYacd.module.css')
-rw-r--r--src/components/SvgYacd.module.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/components/SvgYacd.module.css b/src/components/SvgYacd.module.css
deleted file mode 100644
index f668137..0000000
--- a/src/components/SvgYacd.module.css
+++ /dev/null
@@ -1,14 +0,0 @@
-.path {
- stroke-dasharray: 890;
- stroke-dashoffset: 890;
- animation: dash 3s ease-in-out forwards normal infinite;
-}
-
-@keyframes dash {
- from {
- stroke-dashoffset: 890;
- }
- to {
- stroke-dashoffset: 0;
- }
-}