Skip to content

Instantly share code, notes, and snippets.

@erickjones
Created July 1, 2015 21:17
Show Gist options
  • Save erickjones/a656a9bba18de126e1ba to your computer and use it in GitHub Desktop.
Save erickjones/a656a9bba18de126e1ba to your computer and use it in GitHub Desktop.
SCSS @extend Output
.black-dog, .black-cat {
background-color: #333;
}
.black-cat {
width: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment