mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Merge pull request #3873 from smudja/patch-1
Correct spelling in modular.html
This commit is contained in:
@@ -31,7 +31,7 @@ breadcrumb:
|
|||||||
@use "bulma/sass/base";
|
@use "bulma/sass/base";
|
||||||
@use "bulma/sass/themes";
|
@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/button";
|
||||||
@use "bulma/sass/elements/title";
|
@use "bulma/sass/elements/title";
|
||||||
@use "bulma/sass/components/message";
|
@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:
|
The <code>@use</code> keyword allows use to configure a module when loading it with our own variables:
|
||||||
</p>
|
</p>
|
||||||
{% highlight sass %}{{ custom_section }}{% endhighlight %}
|
{% highlight sass %}{{ custom_section }}{% endhighlight %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user