Skip to content

Commit 69db408

Browse files
christophetdtimmywil
authored andcommitted
CSS: Remove units from a 0 width/height element
Close jquerygh-3122
1 parent 95c7ab6 commit 69db408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/data/testsuite.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ div.medopacity {
5353
}
5454

5555
div.nowidth {
56-
width: 0px;
56+
width: 0;
5757
}
5858

5959
div.noheight {
60-
height: 0px;
60+
height: 0;
6161
}
6262

6363
div.noopacity {

0 commit comments

Comments
 (0)