Improve snippet

This commit is contained in:
Jeremy Thomas
2017-10-09 15:38:12 +01:00
parent 720ed45121
commit 70367c3b5d
22 changed files with 2121 additions and 865 deletions

View File

@@ -79,7 +79,7 @@ variables:
</p>
</div>
{% include snippet.html content=box_example %}
{% include snippet.html content=box_example more=true %}
{% include variables.html %}

View File

@@ -565,14 +565,11 @@ variables:
<h4 class="subtitle">With Font Awesome icons</h4>
{% include snippet.html content=button_fa_example %}
{% include snippet.html content=button_fa_example clipped=true %}
<div class="columns">
<div class="column">
<div class="content">
<p>
<span class="tag is-success">New!</span>
</p>
<p>
If the button only contains an icon, Bulma will make sure the button remains <strong>square</strong>, no matter the size of the button <em>or</em> of the icon.
</p>

View File

@@ -387,11 +387,7 @@ variables:
</p>
</div>
<div class="bd-example">
{{table_example}}
</div>
{% highlight html %}{{table_example}}{% endhighlight %}
{% include snippet.html content=table_example horizontal=true more=true %}
{% include anchor.html name="Modifiers" %}