mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
6 lines
93 B
Sass
6 lines
93 B
Sass
|
@keyframes spin-around
|
||
|
from
|
||
|
transform: rotate(0deg)
|
||
|
to
|
||
|
transform: rotate(359deg)
|