Skip to content

Commit b3157e0

Browse files
committed
Merge pull request #965 from dandean/animation-css-cleanup
Cleanup CSS in Animation Example
2 parents 06ed4f1 + 12a2d76 commit b3157e0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

examples/animations/app.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
.Image {
2-
position: relative;
3-
}
4-
51
.Image {
62
position: absolute;
7-
height: 400;
8-
width: 400;
3+
height: 400px;
4+
width: 400px;
95
}
106

117
.example-enter {

0 commit comments

Comments
 (0)