Skip to content

Commit

Permalink
[fixed] animation list typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed May 18, 2016
1 parent 6769e0f commit 73df9f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/scss/helper/_animation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@
slide-bottom,
slide-left,
slide-right,
slide-top-fixed
slide-bottom-fixed
slide-top-fixed,
slide-bottom-fixed,
scale-up,
scale-down) {
scale-down
) {

.#{$namespace}animation-#{$animation} {
animation-name: unquote("amt-#{$animation}");
Expand Down

0 comments on commit 73df9f8

Please sign in to comment.