bulma and fontawesome instaled
[josuexyz/.git] / public / vendors / bulma / sass / utilities / animations.sass
diff --git a/public/vendors/bulma/sass/utilities/animations.sass b/public/vendors/bulma/sass/utilities/animations.sass
new file mode 100644 (file)
index 0000000..a14525d
--- /dev/null
@@ -0,0 +1,5 @@
+@keyframes spinAround
+  from
+    transform: rotate(0deg)
+  to
+    transform: rotate(359deg)