Commit ae170a59 authored by Zlatan Vasović's avatar Zlatan Vasović

Fix wrong variable name

parent 168469f5
...@@ -2799,8 +2799,8 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -2799,8 +2799,8 @@ 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> <p>A handful of variables for quickly customizing key elements of your site's skeleton.</p>
{% highlight css %} {% highlight css %}
// Scaffolding // Scaffolding
@body-background: #fff; @body-bg: #fff;
@text-color: @black-50; @text-color: @black-50;
{% endhighlight %} {% endhighlight %}
<h3 id="less-variables-links">Links</h3> <h3 id="less-variables-links">Links</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment