Skip to content

Instantly share code, notes, and snippets.

@deepflame
Created November 16, 2015 09:52
Show Gist options
  • Save deepflame/b24dcd32ec6d08b3dd44 to your computer and use it in GitHub Desktop.
Save deepflame/b24dcd32ec6d08b3dd44 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
body {
main {
display: block;
width: 80%;
height: 30px;
margin: 0 auto;
background-color: lightblue;
@at-root {
body {
background-color: green;
}
}
}
}
body main {
display: block;
width: 80%;
height: 30px;
margin: 0 auto;
background-color: lightblue;
}
body {
background-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment