From: Davey Holler Date: Tue, 30 Apr 2024 01:20:52 +0000 (-0400) Subject: Update concepts.html X-Git-Tag: 1.0.1~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=96597e66ea3b66b1a05dd382e300acfcfa368268;p=thirdparty%2Fbulma.git Update concepts.html Fixes a typo in the docs --- 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 %}