From 96597e66ea3b66b1a05dd382e300acfcfa368268 Mon Sep 17 00:00:00 2001 From: Davey Holler Date: Mon, 29 Apr 2024 21:20:52 -0400 Subject: [PATCH] Update concepts.html Fixes a typo in the docs --- docs/documentation/customize/concepts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/customize/concepts.html b/docs/documentation/customize/concepts.html index e98bdf98..5e35a8eb 100644 --- a/docs/documentation/customize/concepts.html +++ b/docs/documentation/customize/concepts.html @@ -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 %} \ No newline at end of file +{% endhighlight %}