Because different people have different requirements, Bulma comes in different versions ready to use:
---
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 %}
My first website with
Bulma!
My first website with
Bulma!
My first website with
Bulma!
My first website with
Bulma!
Hello World
Hello World
Hello World
Hello World
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 %} |