Re: @switch in Media Queries
Henrik Andersson <[email protected]>
| Newsgroups | gmane.comp.web.css.general |
|---|---|
| Message-ID | <[email protected]> |
Mark Brown skrev:
> Has anyone considered something like
>
> @switch {
> @case C1 { ... }
> @case C2 { ... }
> @default { ... } /* optional */
> }
>
> ?
>
> Mark
>
>
I like it! It would make things easier when you are doing multiple
layouts at once.