summaryrefslogtreecommitdiff
path: root/src/components/SvgYacd.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-06-06 00:32:24 +0800
committerHaishan <[email protected]>2021-06-06 00:33:22 +0800
commit5ff2f89afb71fd2976c487692ec73085241e09c7 (patch)
treefe7a53d8839b1406e4ff31a2fa8a543669c7693f /src/components/SvgYacd.module.css
parent25dbe5eff483bfdceec677b13ad4ec905c5fe566 (diff)
Stop use postcss-nested postcss-extend-rule
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;
- }
-}