Skip to content

Commit

Permalink
Update concepts.html
Browse files Browse the repository at this point in the history
Fixes a typo in the docs
  • Loading branch information
daveyholler authored and jgthms committed Apr 30, 2024
1 parent 81a4753 commit 96597e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/customize/concepts.html
Expand Up @@ -32,7 +32,7 @@
{% 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%)`
Expand Down Expand Up @@ -186,4 +186,4 @@
--bulma-title-color: #fff;
--bulma-title-line-height: 1.6;
}
{% endhighlight %}
{% endhighlight %}

0 comments on commit 96597e6

Please sign in to comment.