Create a sass folder in which you add a file called mystyles.scss:
{% capture scss_bulma %} @charset "utf-8"; @import "{{ include.path }}/bulma/bulma.sass"; {% endcapture %} {% capture step_3 %}
Create a sass folder in which you add a file called mystyles.scss:
Make sure to write the correct path to the bulma.sass file.