mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Merge pull request #11879 from ZDroid/wrong-variable
Fix wrong variable name
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user