terribleMia’s avatarterribleMia’s Twitter Archive—№ 10,299

  1. …in reply to @jon_neal
    jon_neal I don't think you really want "or" behavior there, do you? That makes the container query basically irrelevant. You want the media query as a fallback: @ container (width > 30em) { ... } @ supports not container(width > 0) { @ media (width > ???) { ... } }