Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 17, 2021 13:28
Show Gist options
  • Save shahab570/257861fa389d2b8f756938871dc36895 to your computer and use it in GitHub Desktop.
Save shahab570/257861fa389d2b8f756938871dc36895 to your computer and use it in GitHub Desktop.
@mixin abc() {
text-decoration: none;
background-color: red;
span {
background-color: blue;
text-decoration: underline;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment