Skip to content

Instantly share code, notes, and snippets.

@kaelig
Created February 23, 2016 21:40
Show Gist options
  • Save kaelig/ac3cbb9284edda132f3d to your computer and use it in GitHub Desktop.
Save kaelig/ac3cbb9284edda132f3d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@import 'mq';
$hidpi: (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 120dpi), (min-resolution: 1.3dppx);
@include mq($and: $hidpi) {
.test { foo: bar }
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 120dpi), (min-resolution: 1.3dppx) {
.test {
foo: bar;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment