Skip to content

Instantly share code, notes, and snippets.

@gerharddt
Created January 13, 2015 16:03
Show Gist options
  • Save gerharddt/54c0085d83c85b0eef58 to your computer and use it in GitHub Desktop.
Save gerharddt/54c0085d83c85b0eef58 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
// and you can now also
.wrapper {
color: #000;
span {
color: #ffff00;
}
.classname {
background: #ccc;
}
}
.wrapper {
color: #000;
}
.wrapper span {
color: #ffff00;
}
.wrapper .classname {
background: #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment