Skip to content

Instantly share code, notes, and snippets.

@eduardoboucas
Created February 12, 2015 10:29
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 eduardoboucas/fe7ff14af939b16908e9 to your computer and use it in GitHub Desktop.
Save eduardoboucas/fe7ff14af939b16908e9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// Include Media (v1.1.2)
// ----
/*
* YAY! Find out more at http://include-media.com
*/
@import "include-media";
@include media(">=tablet", "retina2x") {
color: #bada55;
}
/*
* YAY! Find out more at http://include-media.com
*/
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
color: #bada55;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment