Skip to content

Instantly share code, notes, and snippets.

@mistadikay
Last active March 10, 2016 10:07
Show Gist options
  • Save mistadikay/a47478a1d12563033426 to your computer and use it in GitHub Desktop.
Save mistadikay/a47478a1d12563033426 to your computer and use it in GitHub Desktop.
/*
.
└── theme-reset/
└── button/
└── styles.less
*/
.button {
display: inline-block;
box-sizing: border-box;
&__control {
box-sizing: border-box;
background: none;
appearance: none;
outline: 0;
border: 0;
padding: 0;
color: inherit;
font: inherit;
text-transform: none;
line-height: normal;
&::-moz-focus-inner {
border: 0;
padding: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment