You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @mistergraphx,
I think I need a you to help me understand use case.
Your code looks like SCSS code. group-css-media-queries works with CSS files (usually output after SCSS processor). It should work fine (group media queries in correct order) with example of a result you've provided.
If it does not work as you expect, please provide an input CSS file, output and expected output.
Hi and thx for your work,
i just realised that media-queries are combine if they are defined in a selector, and not if they are the first level of css declaration.
example:
result:
if i use it in multiples files like this:
the grouping is ignore and there is one media-querie by imported files .
does i'm right ?
The text was updated successfully, but these errors were encountered: