1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

Merge pull request #11879 from ZDroid/wrong-variable

Fix wrong variable name
This commit is contained in:
Mark Otto
2013-12-15 10:28:32 -08:00

View File

@@ -2799,7 +2799,7 @@ For example, <code>&lt;section&gt;</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 %}