mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Fix #403
This commit is contained in:
5
sass/utilities/animations.sass
Normal file
5
sass/utilities/animations.sass
Normal file
@@ -0,0 +1,5 @@
|
||||
@keyframes spinAround
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
Reference in New Issue
Block a user