mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update concepts.html
Fixes a typo in the docs
This commit is contained in:
committed by
Jeremy Thomas
parent
81a4753afd
commit
96597e66ea
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user