Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize media types in query #37

Open
Jugibur opened this issue Jun 8, 2021 · 0 comments
Open

Recognize media types in query #37

Jugibur opened this issue Jun 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request investigation wontfix This will not be worked on

Comments

@Jugibur
Copy link

Jugibur commented Jun 8, 2021

Hello,

I have noticed that sorting no longer works correctly when "print" or perhaps another meda type is used in a media query:

After sorting, I get the following order:

@media screen and (min-width: 1024px), print {
}
@media screen and (min-width: 1350px), print {
}
@media screen and (min-width: 1600px), print {
}
@media screen and (min-width: 640px), print {
}
@media screen and (min-width: 800px), print {
}

@yunusga yunusga self-assigned this Jun 10, 2021
@yunusga yunusga added enhancement New feature or request investigation wontfix This will not be worked on labels Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigation wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants