Closed
Description
I realize this media query will always match, so it's a bit weird to even have it, but I do (for irrelevant reasons), and it doesn't seem to be sorted correctly.
I believe the issue is that this line checks !minWidth
, so min-width: 0
is treated as though the min-width isn't specified at all.