stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.9k stars 250 forks source link

Retina Images Support Improvement #167

Closed talha-asad closed 11 years ago

talha-asad commented 11 years ago

image.js

@media all and (-webkit-min-device-pixel-ratio: 1.2), (min--moz-device-pixel-ratio: 1.2), (min-resolution: 1.2dppx)

Seems like a more suitable and more compatible media query for high res images.

Please consider adding maybe an opera vendor prefix as well.

sebmor commented 11 years ago

seems like a no brainer

notslang commented 11 years ago

this should have been closed by 3e2c6f3