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 {
}
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 {
}