Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Last active September 19, 2015 16:34
Show Gist options
  • Save cimmanon/86aed2bc3c5ebeb9f79c to your computer and use it in GitHub Desktop.
Save cimmanon/86aed2bc3c5ebeb9f79c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<section class="demo">
<div id="run-demo" class="box">foo</div>
</section>
// ----
// Sass (v3.3.14)
// Compass (v1.0.3)
// ----
$xs-break: 30em;
@media ALL AND (max-width: $xs-break) {
header {
display: none;
}
}
@media ALL and (max-width: 30em) {
header {
display: none;
}
}
<section class="demo">
<div id="run-demo" class="box">foo</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment