/** * component: button * * * @author Björn Hase * */ @mixin example__button() { .button { border: 1px solid darken($crispy__color-primary, 10%); background-color: $crispy__color-primary; color: white; } }