Skip to content

Instantly share code, notes, and snippets.

@josephdburdick
Created March 21, 2014 18:41
Show Gist options
  • Save josephdburdick/9692990 to your computer and use it in GitHub Desktop.
Save josephdburdick/9692990 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.3)
// Compass (v1.0.0.alpha.18)
// ----
$sm: "(max-height: 640px)";
.foo {
@media #{$sm} {
content: 'red';
}
}
@media (max-height: 640px) {
.foo {
content: 'red';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment