Skip to content

Instantly share code, notes, and snippets.

@jfridye
Last active August 29, 2015 14:21
Show Gist options
  • Save jfridye/602aa4c9a2c64923e932 to your computer and use it in GitHub Desktop.
Save jfridye/602aa4c9a2c64923e932 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
.button, .btn-template {
color: red;
}
.one div .button {
@extend .btn-template;
}
.two > div .button {
margin-top: 0;
}
.button, .btn-template, .one div .button {
color: red;
}
.two > div .button {
margin-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment