Skip to content

Commit 04449d5

Browse files
author
Dan Dean
committed
Add units to width/height declarations
1 parent 559c604 commit 04449d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/animations/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
.Image {
66
position: absolute;
7-
height: 400;
8-
width: 400;
7+
height: 400px;
8+
width: 400px;
99
}
1010

1111
.example-enter {

0 commit comments

Comments
 (0)