-
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 > ???) { ... } }