lib/stylesheets/_respond-to.sass in compass-respond-0.0.2 vs lib/stylesheets/_respond-to.sass in compass-respond-0.0.3
- old
+ new
@@ -21,5 +21,8 @@
@media only screen and (min-width: $respond-to-tablets-min) and (max-width: $respond-to-tablets-max)
@content
@else if $device == desktops
@media only screen and (min-width: $respond-to-desktops-min)
@content
+ @else if $device == retina
+ @media only screen and (-webkit-min-device-pixel-ratio: 2)
+ @content
\ No newline at end of file