Update _mixins.sass
This commit is contained in:
		| @@ -34,7 +34,7 @@ | |||||||
|     iteration-count: infinite |     iteration-count: infinite | ||||||
|     timing-function: linear |     timing-function: linear | ||||||
|  |  | ||||||
| @mixin animationPulse($speed: 1s, $size: 1rem, $color: black) | @mixin animationPulse($speed: 1s, $size: 1rem, $color: black, $iteration: infinite) | ||||||
|   @keyframes animationPulse |   @keyframes animationPulse | ||||||
|       from |       from | ||||||
|         box-shadow: 0 0 0 0 $color |         box-shadow: 0 0 0 0 $color | ||||||
| @@ -43,5 +43,5 @@ | |||||||
|   animation: |   animation: | ||||||
|     name: animationPulse |     name: animationPulse | ||||||
|     duration: $speed |     duration: $speed | ||||||
|     iteration-count: infinite |     iteration-count: $iteration | ||||||
|     timing-function: linear |     timing-function: linear | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user