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