It happens very often that we need to add a class for a specific media query. It would be amazing to have a similar system as with tailwind, where classes can be automatically generated for each media query, for example with a prefix such as xl- (in tailwind it is xl: ).
As an example, if I want to add span-col-2 to the media query xl, I just have to add the class xl-span-col-2.