Update _base.css

Just saw a little thing that could be compressed
This commit is contained in:
Indy Prieto 2015-08-09 14:32:51 -05:00
parent 47fec7ae79
commit 71288a82df
1 changed files with 3 additions and 6 deletions

View File

@ -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;
}