Skip to content

Instantly share code, notes, and snippets.

@natan-morar
Created April 25, 2020 08:30
Show Gist options
  • Save natan-morar/f421719dde29d16b0cf89ff86e7a5325 to your computer and use it in GitHub Desktop.
Save natan-morar/f421719dde29d16b0cf89ff86e7a5325 to your computer and use it in GitHub Desktop.
div.style {
font-size: 30px;
color: red;
}
button {
@extend div, .style;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment