How to specify order of media/feature queries? #734
Unanswered
otonashixav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to place media/feature queries between other selectors? It seems like they are grouped together and placed at the end of the generated stylesheet e.g.
generates:
But I want it in the order specified in the
css.ts
file.Beta Was this translation helpful? Give feedback.
All reactions