I just attempted to use a @container query for the first time, but when it wasn't working properly I looked at the CSS output and noticed the query was missing entirely.
Sass supposedly supports all @ rules with a certain structure implicitly, so I'm assuming it's stripped either by postCSS or cleanCSS.
I just attempted to use a
@container
query for the first time, but when it wasn't working properly I looked at the CSS output and noticed the query was missing entirely.Sass supposedly supports all @ rules with a certain structure implicitly, so I'm assuming it's stripped either by
postCSS
orcleanCSS
.