Skip to content

Instantly share code, notes, and snippets.

@susanjrobertson
Created November 26, 2015 00:00
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 susanjrobertson/d56474cf9f5541c011f9 to your computer and use it in GitHub Desktop.
Save susanjrobertson/d56474cf9f5541c011f9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
%button {
color: red;
}
.my-button {
@extend %button;
}
.my-button-two {
@extend %button;
color: blue;
}
.button .icon {
height: 10px;
}
.my-button .icon {
height: 20px;
}
.my-button, .my-button-two {
color: red;
}
.my-button-two {
color: blue;
}
.button .icon {
height: 10px;
}
.my-button .icon {
height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment