* Fix #512 nav grouped buttons
* Fix #605 container example
* Fix #458 select expanded
+* Fix #403 separate animations
## 0.4.0
@import "functions.sass"
@import "variables.sass"
+@import "animations.sass"
@import "mixins.sass"
@import "controls.sass"
--- /dev/null
+@keyframes spinAround
+ from
+ transform: rotate(0deg)
+ to
+ transform: rotate(359deg)
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