Commit 466cdf15 authored by Rory O’Kane's avatar Rory O’Kane Committed by GitHub

Use `$duration` consistently in Spinner styling

The literal value `1.4s` was used, but the existing variable `$duration` was already supposed to abstract that value.
parent 95c02539
......@@ -39,7 +39,7 @@ $duration = 1.4s
stroke-dasharray $offset
stroke-dashoffset 0
transform-origin center
animation dash 1.4s ease-in-out infinite
animation dash $duration ease-in-out infinite
@keyframes dash
0%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment