Skip to content

Commit

Permalink
Update _base.css
Browse files Browse the repository at this point in the history
Just saw a little thing that could be compressed
  • Loading branch information
procodeing committed Aug 9, 2015
1 parent 47fec7a commit 71288a8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions source/_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut{
animation-duration: .75s;
}

0 comments on commit 71288a8

Please sign in to comment.