summaryrefslogtreecommitdiff
path: root/styles/_sass/utilities/animations.sass
diff options
context:
space:
mode:
Diffstat (limited to 'styles/_sass/utilities/animations.sass')
-rw-r--r--styles/_sass/utilities/animations.sass5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/_sass/utilities/animations.sass b/styles/_sass/utilities/animations.sass
new file mode 100644
index 0000000..a14525d
--- /dev/null
+++ b/styles/_sass/utilities/animations.sass
@@ -0,0 +1,5 @@
+@keyframes spinAround
+ from
+ transform: rotate(0deg)
+ to
+ transform: rotate(359deg)