Skip to content

Instantly share code, notes, and snippets.

@nathanacurtis
Last active September 12, 2020 10:47
Show Gist options
  • Save nathanacurtis/d19ab018485ccea1346999a21c51de16 to your computer and use it in GitHub Desktop.
Save nathanacurtis/d19ab018485ccea1346999a21c51de16 to your computer and use it in GitHub Desktop.
@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