Last active
September 12, 2020 10:47
-
-
Save nathanacurtis/d19ab018485ccea1346999a21c51de16 to your computer and use it in GitHub Desktop.
This file contains 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 component-font-reset() { | |
font-family: $system-font-family-sans-serif; | |
font-size: $system-font-size-default; | |
font-style: normal; | |
font-weight: $system-font-weight-regular; | |
letter-spacing: 0; | |
text-align: left; | |
text-decoration: none; | |
text-indent: 0; | |
text-shadow: none; | |
text-transform: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment