Skip to content

Instantly share code, notes, and snippets.

@krystalcampioni
Last active February 9, 2023 15:11
Show Gist options
  • Save krystalcampioni/e6552b09fdf45dfffda7b6d007c86f36 to your computer and use it in GitHub Desktop.
Save krystalcampioni/e6552b09fdf45dfffda7b6d007c86f36 to your computer and use it in GitHub Desktop.
@mixin removeDefaultStyles() {
background-color: transparent;
border: none;
margin: 0;
padding: 0;
text-align: inherit;
font-family: inherit;
border-radius: 0;
appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment