mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-15 08:13:17 -06:00
switch to scss for css, begin refactoring old css into scss, add bulma 0.9.1 to repo
This commit is contained in:
5
viewer/static/bulma/sass/utilities/animations.sass
Normal file
5
viewer/static/bulma/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