Skip to content

Commit 7655bc0

Browse files
committed
add failing test case
1 parent e955d4b commit 7655bc0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/cases/media.complex.css

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
3+
body
4+
width: 480px
5+
height: 500px

test/cases/media.complex.out.css

Whitespace-only changes.

0 commit comments

Comments
 (0)