container-query
container-query copied to clipboard
New container declaration syntax
Instead of the very unconventional @define-container
syntax, it should be more like a regular declaration, like:
.Container {
container: true;
}