shelldandy / manila-mixins

A bunch of really cool Sass Mixins
https://shelldandy.github.io/manila-mixins/
MIT License
15 stars 0 forks source link

Reset button #7

Closed shelldandy closed 6 years ago

shelldandy commented 6 years ago

Buttons are stupid here's a solution:

@mixin reset-btn {
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
}
shelldandy commented 6 years ago

fixed in e53b95196058a47d0a9fac22fa1f71d7b4197490