Skip to content

Commit 71288a8

Browse files
committed
Update _base.css
Just saw a little thing that could be compressed
1 parent 47fec7a commit 71288a8

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

source/_base.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ Copyright (c) 2015 Daniel Eden
1919
animation-duration: 2s;
2020
}
2121

22-
.animated.bounceIn,
23-
.animated.bounceOut {
24-
animation-duration: .75s;
25-
}
26-
2722
.animated.flipOutX,
28-
.animated.flipOutY {
23+
.animated.flipOutY,
24+
.animated.bounceIn,
25+
.animated.bounceOut{
2926
animation-duration: .75s;
3027
}

0 commit comments

Comments
 (0)