Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 17, 2021 13:27
Show Gist options
  • Save shahab570/4a47a92c4af592ea0c2637c912a1cc54 to your computer and use it in GitHub Desktop.
Save shahab570/4a47a92c4af592ea0c2637c912a1cc54 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