Mix buttons
SASS Mixins for generate beautiful buttons
Installation
- bower:
bower install mix-buttons
Usage
@import "mix-buttons";
.my-button {
@include mix-button(
$custom-font-color, /* default is #fff */
$custom-background-color, /* default is #8cd1a8 */
$custom-border-radius, /* default is 2px */
$custom-font-weight, /* default is 600 */
$custom-text-transform, /* default is capitalize */
$boolean-is-button-ghost /* default is false */
);
}
Contributing
- Fork it
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
It is free under the open-source MIT license.
Enjoy :yum:
by nandomoreira.me