Skip to content

Instantly share code, notes, and snippets.

@hlb
Created July 25, 2013 03:06
Show Gist options
  • Save hlb/6076616 to your computer and use it in GitHub Desktop.
Save hlb/6076616 to your computer and use it in GitHub Desktop.
$media: screen;
$feature: -webkit-min-device-pixel-ratio;
$value: 1.5;
@media #{$media} and ($feature: $value) {
.sidebar {
width: 500px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment