Created
June 14, 2014 00:33
-
-
Save garmjs/3037ccfe40cf723534a6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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