We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c-bolt-button--icon-only
1 parent 94cb63f commit 2013b59Copy full SHA for 2013b59
packages/components/bolt-button/src/button.twig
@@ -61,6 +61,7 @@
61
style in styleOptions ? "c-bolt-button--#{style}" : "c-bolt-button--#{schema.properties.style.default}",
62
transform in transformOptions and transform != "none" ? "c-bolt-button--#{transform}": "",
63
align in alignOptions ? baseClass ~ "--" ~ align : "",
64
+ iconOnly ? "c-bolt-button--icon-only": "",
65
] %}
66
67
{% if disabled %}
0 commit comments