mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add lots of snippets
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
<div class="bd-snippet">
|
||||
<div class="
|
||||
bd-snippet
|
||||
{% if include.horizontal %}bd-is-horizontal{% else %}bd-is-vertical{% endif %}
|
||||
{% if include.size %}bd-is-{{ include.size }}{% endif %}
|
||||
">
|
||||
<div class="bd-snippet-preview">
|
||||
{{ include.content }}
|
||||
</div>
|
||||
<div class="bd-snippet-code {%unless include.clipped %}highlight-full{% endunless %}">
|
||||
<div class="bd-snippet-code {% unless include.clipped %}highlight-full{% endunless %}">
|
||||
{% highlight html %}{{ include.content }}{% endhighlight %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user