Files
manolia-alpha/node_modules/bulma/sass/base/animations.sass
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

6 lines
92 B
Sass

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