Fix wrong variable name

This commit is contained in:
Zlatan Vasović 2013-12-15 11:47:23 +01:00
parent 168469f545
commit ae170a5930

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 %}