You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently throws warnings for container query length units:
cqw: 1% of a query container's width
cqh: 1% of a query container's height
cqi: 1% of a query container's inline size
cqb: 1% of a query container's block size
cqmin: The smaller value of either cqi or cqb
cqmax: The larger value of either cqi or cqb
Thanks @bernesto! For @container, please check if you use an older version of clean-css, as it seems to work OK with clean-css 5.3.2, see here: https://clean-css.github.io/
Can we add support for CSS container queries.
Currently throws warnings for container query length units:
cqw: 1% of a query container's width
cqh: 1% of a query container's height
cqi: 1% of a query container's inline size
cqb: 1% of a query container's block size
cqmin: The smaller value of either cqi or cqb
cqmax: The larger value of either cqi or cqb
(https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_container_queries#container_query_length_units)
The text was updated successfully, but these errors were encountered: