This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
limepot-xyz/mybulma/bulma/sass/base/animations.sass
2023-07-18 04:50:31 -06:00

5 lines
92 B
Sass

@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)