diff options
| author | Haishan <[email protected]> | 2021-06-06 00:32:24 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-06-06 00:33:22 +0800 |
| commit | 5ff2f89afb71fd2976c487692ec73085241e09c7 (patch) | |
| tree | fe7a53d8839b1406e4ff31a2fa8a543669c7693f /src/components/SvgYacd.module.css | |
| parent | 25dbe5eff483bfdceec677b13ad4ec905c5fe566 (diff) | |
Stop use postcss-nested postcss-extend-rule
Diffstat (limited to 'src/components/SvgYacd.module.css')
| -rw-r--r-- | src/components/SvgYacd.module.css | 14 |
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; - } -} |
