mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update concepts.html
Fixes a typo in the docs
This commit is contained in:
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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user