Closed kevin-montrose closed 12 years ago
img {width: 50px; } img {height: 50px; }
should collapse to
img { width: 50px; height: 50px; }
and similar.
img {width: 50px; } img {height: 50px; }
should collapse to
img { width: 50px; height: 50px; }
and similar.