6 lines
93 B
Sass
6 lines
93 B
Sass
@keyframes spin-around
|
|
from
|
|
transform: rotate(0deg)
|
|
to
|
|
transform: rotate(359deg)
|