Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Created October 16, 2013 04:57
Show Gist options
  • Save bensmithett/7002836 to your computer and use it in GitHub Desktop.
Save bensmithett/7002836 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.7)
// ----
$ie7: false
$resp: true
body
// Output MQs
// When responsive and not IE7
media-output: $resp and not $ie7
// Scope to class
// When not responsive or when IE7
ie-output: $ie7 or not $resp
body {
media-output: true;
ie-output: false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment