Hi,
This is related to: https://www.w3.org/TR/mediaqueries-4/
I just found myself in a situation where I wanted to nest media queries. For example:
@media (min-width: 50em) {
...
and @media (orientation: landscape) { ... }
}
I know I can use and on a new declaration, but nesting them makes it so much nicer IMO.
Is this something that others think it's useful or I am just pushing it?
Hi,
This is related to: https://www.w3.org/TR/mediaqueries-4/
I just found myself in a situation where I wanted to nest media queries. For example:
I know I can use
andon a new declaration, but nesting them makes it so much nicer IMO.Is this something that others think it's useful or I am just pushing it?