Update _mixins.sass

This commit is contained in:
Andros Fenollosa 2020-04-14 21:31:30 +02:00 committed by GitHub
parent ad18b62f3a
commit 86bb09f281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@
@mixin animationPulse($speed: 1s, $size: 1rem, $color: black)
@keyframes animationPulse
from
box-shadow: 0 0 0 0 $color;
box-shadow: 0 0 0 0 $color
to
box-shadow: 0 0 0 $size transparentize($color, 1);
box-shadow: 0 0 0 $size transparentize($color, 1)
animation:
name: animationPulse
duration: $speed