Re: @else in Media Queries
Daniel Glazman <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
On 11/06/2016 10:49, Sebastian Zartner wrote: > Yes, and what's the problem with that? I mean, when you put something > into the @else block it's meant to correlate to the media query. If > the media query is invalid, the @else block should not be applied. Tab wants the @else block to apply if the other one doesn't, and in particular if it doesn't because the conditions are invalid per local parser's rules. </Daniel>