Re: [csswg-drafts] [css-media-queries] Nesting Media Queries

I don't know media queries, but doesn't the following already work?

```css
@media (min-width: 50em) {
  /* ... */
  @media (orientation: landscape) { /* ... */ }
}
```

Example: https://jsfiddle.net/9kt1gozg/

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1191#issuecomment-292822521 using your GitHub account

Received on Sunday, 9 April 2017 23:53:11 UTC