We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e955d4b commit 7655bc0Copy full SHA for 7655bc0
test/cases/media.complex.css
@@ -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
0 commit comments