mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 07:50:57 +00:00
Fix wrong variable name
This commit is contained in:
parent
168469f545
commit
ae170a5930
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -2799,8 +2799,8 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<p>A handful of variables for quickly customizing key elements of your site's skeleton.</p>
|
||||
{% highlight css %}
|
||||
// Scaffolding
|
||||
@body-background: #fff;
|
||||
@text-color: @black-50;
|
||||
@body-bg: #fff;
|
||||
@text-color: @black-50;
|
||||
{% endhighlight %}
|
||||
|
||||
<h3 id="less-variables-links">Links</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue