Skip to content

Instantly share code, notes, and snippets.

@natan-morar
Created April 25, 2020 08:26
Show Gist options
  • Save natan-morar/8f11d38c765bea1421b9626d8f4b4640 to your computer and use it in GitHub Desktop.
Save natan-morar/8f11d38c765bea1421b9626d8f4b4640 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