Correct spelling

compnents  -> components
This commit is contained in:
smudja 2024-08-05 13:21:12 +02:00 committed by GitHub
parent 5c09f18f5f
commit 664f9f14da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ breadcrumb:
@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";
@ -159,4 +159,4 @@ $section-padding-large: 18rem 6rem !default;
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>
</div>