mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 09:41:11 +00:00
Fix wrong variable name
This commit is contained in:
parent
168469f545
commit
ae170a5930
2
css.html
2
css.html
@ -2799,7 +2799,7 @@ 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;
|
||||
@body-bg: #fff;
|
||||
@text-color: @black-50;
|
||||
{% endhighlight %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user