1 @import "imported-media-queries.css" screen and
2 (min-width: 10px) and
(max-height: 4000px);
3 @import "imported-media-queries.css";
4 @import "imported-media-queries.css" (orientation: landscape
), handheld and
(max-resolution: 3dppx);
6 @media screen and
(min-width: 10px) and and
{}
8 @media screen and
(min-resolution: 2dppx) {
9 @media handheld and
(min-width: 20em), screen and
(min-width: 20em) {
11 border: 1px solid black
;
15 @media all and
(orientation: portrait
) {
22 @media (max-width: 100px), (max-width: /* comment inside */ 72em) {
23 @media all and
(min-monochrome: 8) {