cr0ybot / gulp-wp

A reusable, extendable, updatable Gulp workflow for WordPress themes & plugins
MIT License
26 stars 3 forks source link

[styles task] Container queries stripped from CSS #39

Closed cr0ybot closed 1 year ago

cr0ybot commented 1 year ago

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.