--- title: How to install Bulma layout: docs theme: start doc-tab: start doc-subtab: installation breadcrumb: - home - documentation - start - start-installation --- {% capture jsdelivr_a %} {%highlight css %} @import "https://cdn.jsdelivr.net/npm/bulma@{{site.data.meta.version }}/css/bulma.min.css"; {% endhighlight %} {% endcapture %} {% capture jsdelivr_b %} {% highlight html %} {% endhighlight %} {% endcapture %} {% capture jsdelivr_rtl_a %} {% highlight css %}@import "https://cdn.jsdelivr.net/npm/bulma@{{ site.data.meta.version }}/css/bulma-rtl.min.css";{% endhighlight %} {% endcapture %} {% capture jsdelivr_rtl_b %} {% highlight html %} {% endhighlight %} {% endcapture %}