<a href="#" class="my-2 btn btn-primary">Button</a>
{% render "@button" with { "type": "link" } %}
{
"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.