terribleMia’s avatarterribleMia’s Twitter Archive—№ 9,097

  1. @​media container(max-width: 45em) { ... } This would respond to the nearest size-contained ancestor, or the viewport if no container is found. Could be combined with other queries, eg: @​media screen and container(max-width: 45em) { ... } Thoughts?