Merge branch 'main' into extrabold

This commit is contained in:
Jeremy Thomas
2025-04-19 15:20:12 +02:00
committed by GitHub
56 changed files with 27908 additions and 21936 deletions

View File

@@ -915,7 +915,8 @@ variables_keys:
<li><code>icon is-left</code> if <code>has-icons-left</code> is used</li>
<li><code>icon is-right</code> if <code>has-icons-right</code> is used</li>
</ul>
<p>The size of the <strong>input</strong> will define the size of the icon container.</p>
<p>Make sure the input is the control's first child, otherwise the icon may disappear when selected. The size of the
<strong>input</strong> will define the size of the icon container.</p>
</div>
{% include docs/elements/snippet.html content=icons_example clipped=true %}

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>