Create a sass
folder in which you add a file called mystyles.scss
:
{% capture scss_bulma %} @charset "utf-8"; @import "{{ include.path }}"; {% 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.
Inside the same src
folder, add a file called mystyles.scss
:
Make sure to write the correct path to the bulma
folder.