Re: @else in Media Queries
Sebastian Zartner <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <CAERejNZTgOQOMO4csq0Mz7g4MsyvX_XwmmCFTXpk7fqiCCsRWQ@mail.gmail.com> |
On 11 June 2016 at 09:37, Daniel Glazman <[email protected]> wrote: > On 11/06/2016 09:34, Sebastian Zartner wrote: > >> Coming back to this option, why is nesting the @else rule that bad? Sure, in >> other languages you have it outside of the first block, but it clearly >> connects both visually and avoids the problems of a dangling @else >> block. > > Because an invalid MQ would trash the whole thing including the nested > @else, per error handling rules... 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. Sebastian