]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update concepts.html
authorDavey Holler <daveyholler@hey.com>
Tue, 30 Apr 2024 01:20:52 +0000 (21:20 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 30 Apr 2024 13:09:44 +0000 (14:09 +0100)
Fixes a typo in the docs

docs/documentation/customize/concepts.html

index e98bdf98777f526eb31ab65606e73e09c61c5979..5e35a8eba6e159098242e478ceeb912d3fde4d61 100644 (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 %}
\ No newline at end of file
+{% endhighlight %}