Skip to content

Instantly share code, notes, and snippets.

@garmjs
Created June 14, 2014 00:33
Show Gist options
  • Save garmjs/3037ccfe40cf723534a6 to your computer and use it in GitHub Desktop.
Save garmjs/3037ccfe40cf723534a6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.8)
// Compass (v1.0.0.alpha.19)
// ----
@media screen and (min-width: 900px) {
@at-root (with: media) {
body {
background-color: lighten(red, 30%);
}
}
body {
background-color: orange;
}
}
@media screen and (min-width: 900px) {
body {
background-color: #ff9999;
}
body {
background-color: orange;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment