Update _mixins.sass
This commit is contained in:
		| @@ -20,9 +20,9 @@ | |||||||
| @mixin animationPulse($speed: 1s, $size: 1rem, $color: black) | @mixin animationPulse($speed: 1s, $size: 1rem, $color: black) | ||||||
|   @keyframes animationPulse |   @keyframes animationPulse | ||||||
|       from |       from | ||||||
|         box-shadow: 0 0 0 0 $color; |         box-shadow: 0 0 0 0 $color | ||||||
|       to |       to | ||||||
|         box-shadow: 0 0 0 $size transparentize($color, 1); |         box-shadow: 0 0 0 $size transparentize($color, 1) | ||||||
|   animation: |   animation: | ||||||
|     name: animationPulse |     name: animationPulse | ||||||
|     duration: $speed |     duration: $speed | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user