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