--- title: Alternative versions of Bulma layout: docs theme: start doc-tab: start doc-subtab: alternative-versions breadcrumb: - home - documentation - start - start-alternative-versions --- {% capture html_normal %}

Hello World

My first website with Bulma!

{% endcapture %} {% capture html_prefixed %}

Hello World

My first website with Bulma!

{% endcapture %} {% capture html_no_helpers %}

Hello World

My first website with Bulma!

{% endcapture %} {% capture html_prefixed_no_helpers %}

Hello World

My first website with Bulma!

{% endcapture %}

Because different people have different requirements, Bulma comes in different versions ready to use:

Version Prefix Usage Download
Complete
(Library + Helpers)
None {% highlight html -%} {{- html_normal -}} {%- endhighlight %}
Prefixed bulma- {% highlight html -%} {{- html_prefixed -}} {%- endhighlight %}
Library Only
No Helpers
None {% highlight html -%} {{- html_no_helpers -}} {%- endhighlight %}
No Helpers, Prefixed
Library Only
bulma- {% highlight html -%} {{- html_prefixed_no_helpers -}} {%- endhighlight %}
No Dark Mode
Light Theme Only
None {% highlight html -%} {{- html_normal -}} {%- endhighlight %}