Created
August 1, 2018 20:14
-
-
Save zastrow/c2967ffd7ff2de768d4cd46a1f01e3d3 to your computer and use it in GitHub Desktop.
Mixin to remove the default link styles of an <a>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin unlink { | |
text-decoration: none; | |
color: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment