@use "bulma/sass/base";
@use "bulma/sass/themes";
-// Load the button and title elements and compnents
+// Load the button and title elements and components
@use "bulma/sass/elements/button";
@use "bulma/sass/elements/title";
@use "bulma/sass/components/message";
The <code>@use</code> keyword allows use to configure a module when loading it with our own variables:
</p>
{% highlight sass %}{{ custom_section }}{% endhighlight %}
-</div>
\ No newline at end of file
+</div>