Skip to content

Commit 05658b2

Browse files
committed
Merge pull request #454 from procodeing/master
Update _base.css to save space
2 parents 47fec7a + 71288a8 commit 05658b2

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)