Does Material UI already support CSS Container Queries?

Viewed 20

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries

Container queries for CSS are quite recent. Is MUI 5.0 already capable of using them? Unfortunately, the SxProps do not have them. Is it possible to apply it in the MUI world without adding further CSS classes?

Unfortunately, I couldn't find anything in their documentation or anywhere else.

If MUI does not currently provide that feature, is there perhaps another way to use them in React without adding extra CSS classes. React doesn't support them as well with its CSSProperties.

0 Answers
Related