Skip to content

Instantly share code, notes, and snippets.

@sturobson
Created February 26, 2014 11:27
Show Gist options
  • Save sturobson/9227883 to your computer and use it in GitHub Desktop.
Save sturobson/9227883 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.4)
// Compass (v1.0.0.alpha.18)
// ----
.a {
background: #FFF;
&-test {
color: red;
}
}
.speech-bubble{
color: purple;
@at-root opbody {
color: orange;
}
}
.a {
background: #FFF;
}
.a-test {
color: red;
}
.speech-bubble {
color: purple;
}
opbody {
color: orange;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment