<input type="submit" class="my-2 btn btn-primary" id="button" name="button" value="Button">
{% render "@button" with { "type": "input" } %}
{
"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.