Skip to content

Instantly share code, notes, and snippets.

@angelikatyborska
Created November 21, 2023 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelikatyborska/3821f4932675df96c8c5f35ddcadcef8 to your computer and use it in GitHub Desktop.
Save angelikatyborska/3821f4932675df96c8c5f35ddcadcef8 to your computer and use it in GitHub Desktop.
button_reset
@mixin button_reset {
background: none;
border: 0;
border-radius: 0;
-webkit-appearance: none;
padding: 0;
text-align: inherit;
color: inherit;
&:active {
color: inherit;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment