There was very recently a spec change from `contain` to `container`. https://drafts.csswg.org/css-contain-3/#container-queries. Change this: ``` .element { contain: layout inline-size; } ``` To this: ``` .element { container: inline-size; } ```
There was very recently a spec change from
containtocontainer.https://drafts.csswg.org/css-contain-3/#container-queries.
Change this:
To this: