Created
February 15, 2018 08:02
-
-
Save peacefulseeker/e907ee3fba98672824ab7c92042ca786 to your computer and use it in GitHub Desktop.
CSS: Media Query to target retina devices.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (min-resolution: 2dppx), (min-resolution: 192dpi) { | |
background-image: url('/assets/build/img/sprite-2x.png'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment