I’m applying the same condition to hundreds of elements on my site.
The condition is: When page width is less than 600px, set element width to 100%
This is the #1 most useful and most common way to make websites responsive. However, it can’t be applied in bubble in a style, so it has to be applied individually to hundreds of elements. Is there a way to make it easier to apply this condition to literally hundreds of different elements?