Skip to content

Instantly share code, notes, and snippets.

@Snugug
Created February 7, 2014 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Snugug/8869230 to your computer and use it in GitHub Desktop.
Save Snugug/8869230 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// Breakpoint (v2.4.1)
// ----
@import "breakpoint";
@include breakpoint((min-resolution 1.5dppx, 2050px)) {
.foo {
contnet: 'bar';
}
}
@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-width: 2050px) {
.foo {
contnet: 'bar';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment