Closed vrugtehagel closed 1 year ago
Related issue: https://github.com/ryboe/CSS3/issues/184
Adds support for @container.
@container
Container queries are a tiny bit different from @media in syntax, since container queries allow an identifier (the container name) and not media-specific keyword (such as screen or print).
@media
screen
print
Whoops, didn't notice the conflicts! Resolved now 😄
Related issue: https://github.com/ryboe/CSS3/issues/184
Adds support for
@container
.Container queries are a tiny bit different from
@media
in syntax, since container queries allow an identifier (the container name) and not media-specific keyword (such asscreen
orprint
).