Chrome 105 shipped with support for container query, would be great if this would be supported. Example: ```css @container (max-width: 300px) { .element { display: none; } } ```
Chrome 105 shipped with support for container query, would be great if this would be supported.
Example: