From: Caique de Castro Date: Thu, 31 May 2018 13:23:09 +0000 (-0300) Subject: Add docs for is-fullwidth modifier for buttons X-Git-Tag: 0.7.2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8f6680db1de50bd664335393cc4c2af56ac18c;p=thirdparty%2Fbulma.git Add docs for is-fullwidth modifier for buttons --- diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index e271e1f9c..9092a5fa0 100644 --- a/docs/documentation/elements/button.html +++ b/docs/documentation/elements/button.html @@ -49,6 +49,13 @@ meta: Large {% endcapture %} +{% capture button_displays_example %} +Small +Normal +Medium +Large +{% endcapture %} + {% capture button_outlined_example %} Outlined Outlined @@ -497,6 +504,10 @@ meta: {% include elements/snippet.html wrapper="buttons" content=button_sizes_example %} +{% include elements/anchor.html name="Displays" %} + +{% include elements/snippet.html wrapper="buttons" content=button_displays_example %} + {% include elements/anchor.html name="Styles" %}

Outlined