This commit is contained in:
Jeremy Thomas 2017-04-02 17:52:03 +01:00
parent 87246f5d34
commit 404d5fdd7d
4 changed files with 7 additions and 6 deletions

View File

@ -18,6 +18,7 @@
* Fix #512 nav grouped buttons
* Fix #605 container example
* Fix #458 select expanded
* Fix #403 separate animations
## 0.4.0

View File

@ -2,5 +2,6 @@
@import "functions.sass"
@import "variables.sass"
@import "animations.sass"
@import "mixins.sass"
@import "controls.sass"

View File

@ -0,0 +1,5 @@
@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)

View File

@ -125,12 +125,6 @@
transform: rotate(-45deg)
transform-origin: left bottom
@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)
=loader
animation: spinAround 500ms infinite linear
border: 2px solid $border