Re: @else in Media Queries
Daniel Glazman <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
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... </Daniel>