Update concepts.html

Fixes a typo in the docs
This commit is contained in:
Davey Holler 2024-04-29 21:20:52 -04:00 committed by Jeremy Thomas
parent 81a4753afd
commit 96597e66ea

View File

@ -32,7 +32,7 @@ All Bulma components are styled using **Sass variables** and **CSS Variables** (
{% include docs/elements/anchor.html name="Global Sass Variables" %}
{% capture markdown %}
Bulma uses Sass variables globally defines in 2 files located in the `utilities` folder:
Bulma uses Sass variables globally defined in 2 files located in the `utilities` folder:
* `initial-variables.scss` where you define variables by literal value
* **colors** like `$blue: hsl(229, 53%, 53%)`
@ -186,4 +186,4 @@ You can overwrite this simply by setting new values under the same scope:
--bulma-title-color: #fff;
--bulma-title-line-height: 1.6;
}
{% endhighlight %}
{% endhighlight %}