Does Unity UI Toolkit support CSS media queries?

I would like to override the alignment for elements in my UI on small screens. I’ve added the following code to the style sheet, but it is not applied to my canvas in UI Builder and does not show up in the USS preview within UI Builder. @media screen and (max-width:550px) { .section { justify-content:… Read More Does Unity UI Toolkit support CSS media queries?