mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-05-02 04:36:23 +00:00
5 lines
92 B
Sass
Vendored
5 lines
92 B
Sass
Vendored
@keyframes spinAround
|
|
from
|
|
transform: rotate(0deg)
|
|
to
|
|
transform: rotate(359deg)
|