Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Apr 2, 2017
1 parent 87246f5 commit 404d5fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Fix #512 nav grouped buttons
* Fix #605 container example
* Fix #458 select expanded
* Fix #403 separate animations

## 0.4.0

Expand Down
1 change: 1 addition & 0 deletions sass/utilities/_all.sass
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

@import "functions.sass"
@import "variables.sass"
@import "animations.sass"
@import "mixins.sass"
@import "controls.sass"
5 changes: 5 additions & 0 deletions sass/utilities/animations.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@keyframes spinAround
from
transform: rotate(0deg)
to
transform: rotate(359deg)
6 changes: 0 additions & 6 deletions sass/utilities/mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 404d5fd

Please sign in to comment.