Files
iTop/node_modules/bulma-scss/utilities/_animations.scss
2020-07-27 15:09:35 +02:00

10 lines
111 B
SCSS

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