diff options
Diffstat (limited to 'themes/hugo-pt2021/assets/bulma-0.9.3/sass/base/animations.sass')
-rw-r--r-- | themes/hugo-pt2021/assets/bulma-0.9.3/sass/base/animations.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/assets/bulma-0.9.3/sass/base/animations.sass b/themes/hugo-pt2021/assets/bulma-0.9.3/sass/base/animations.sass new file mode 100644 index 0000000..a14525d --- /dev/null +++ b/themes/hugo-pt2021/assets/bulma-0.9.3/sass/base/animations.sass @@ -0,0 +1,5 @@ +@keyframes spinAround + from + transform: rotate(0deg) + to + transform: rotate(359deg) |