<button class="my-2 btn btn-secondary">Button</button>
{% render "@button" with { "style": "secondary" } %}
{
"id": "button",
"type": "button",
"style": "primary",
"title": "Button",
"enabled": true
}
.btn {
&-apply {
@include button-variant(
$secondary,
$secondary,
$primary,
$white,
$secondary,
$secondary,
$white,
$secondary,
$secondary
)
}
}
No notes defined.