<h2class="subtitle">Create your <strong>own theme</strong> with a simple set of <strong>variables</strong></h2>
<hr>
<divclass="content">
<p>If you're familiar with <ahref="http://sass-lang.com/">Sass</a> and want to <strong>customize</strong> Bulma with your own colors and variables, just install Bulma via <strong>npm</strong>:</p>
</div>
<articleclass="media is-large">
<divclass="media-left">
<pclass="title is-5">1</p>
</div>
<divclass="media-content">
<pclass="title is-5">
<strong>Download</strong> the source files:
</p>
{% highlight bash %}
npm install bulma
{% endhighlight %}
<divclass="content">or clone the repository: <ahref="https://github.com/jgthms/bulma">https://github.com/jgthms/bulma</a></div>
</div>
</article>
<articleclass="media is-large">
<divclass="media-left">
<pclass="title is-5">2</p>
</div>
<divclass="media-content">
<pclass="title is-5">
<strong>Set</strong> your variables
</p>
<pclass="subtitle is-6">
Add your own colors, set new fonts, override Bulma styles...
As <code>$blue</code> has been updated, and since <code>$blue-invert</code> is automatically calculated with the <strong>function</strong><code>$blue-invert: findColorInvert($blue)</code>, the <code>$blue-invert</code> is now black instead of white</p>