In your terminal, create a new folder called mybulma
, navigate to it, then install the Sass gem:
--- title: With sass-cli layout: documentation doc-tab: customize doc-subtab: sass-cli breadcrumb: - home - documentation - customize - customize-sass-cli --- {% capture gem_install %} gem install sass {% endcapture %} {% capture gem_test %} Sass 3.5.3 (Bleeding Edge) {% endcapture %} {% capture step_1 %}
In your terminal, create a new folder called mybulma
, navigate to it, then install the Sass gem:
To try it out, run sass -v
and you should see the following:
Get the latest version of Bulma:
Unzip it and put the bulma-{{ site.data.meta.version }}
folder inside your mybulma
folder.
In your terminal, type the following command:
Reload the page and it should be styled like this:
To watch for changes, just launch the following command: