Skip to content

Instantly share code, notes, and snippets.

@drewwells
Created February 23, 2015 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewwells/d21aa94a31f4f4e49962 to your computer and use it in GitHub Desktop.
Save drewwells/d21aa94a31f4f4e49962 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
%branch { color: brown; }
%leaf { color: green; }
div.branch {
@extend %branch;
.leaf {
@extend %leaf;
}
}
div.branch {
color: brown; }
div.branch .leaf {
color: green; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment