Skip to content

Instantly share code, notes, and snippets.

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