How can I select the opposite of the following media query?
@media only screen and (-webkit-min-device-pixel-ratio: 2) { }
almost as if I were saying (pseudocode of course)
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
....
} else {
....
}