summaryrefslogtreecommitdiffstats
path: root/vendor/bulma-0.7.4/sass/utilities/animations.sass
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-04-05 07:19:34 -0400
committerrsiddharth <s@ricketyspace.net>2019-04-05 07:19:34 -0400
commit7562532bac1848405c844cbb07a265b16da046fc (patch)
treea658ede0df6953d9fe0e7ac9307f990b1d457db6 /vendor/bulma-0.7.4/sass/utilities/animations.sass
Add vendor/bulma-0.7.4
Diffstat (limited to 'vendor/bulma-0.7.4/sass/utilities/animations.sass')
-rw-r--r--vendor/bulma-0.7.4/sass/utilities/animations.sass5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/bulma-0.7.4/sass/utilities/animations.sass b/vendor/bulma-0.7.4/sass/utilities/animations.sass
new file mode 100644
index 0000000..a14525d
--- /dev/null
+++ b/vendor/bulma-0.7.4/sass/utilities/animations.sass
@@ -0,0 +1,5 @@
+@keyframes spinAround
+ from
+ transform: rotate(0deg)
+ to
+ transform: rotate(359deg)