From ae170a5930106b5d36cc2a0ec47085f51c2c93f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 15 Dec 2013 11:47:23 +0100 Subject: [PATCH] Fix wrong variable name --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css.html b/css.html index 778747e694..8c8e30a7a0 100644 --- a/css.html +++ b/css.html @@ -2799,8 +2799,8 @@ For example, <section> should be wrapped as inline.

A handful of variables for quickly customizing key elements of your site's skeleton.

{% highlight css %} // Scaffolding -@body-background: #fff; -@text-color: @black-50; +@body-bg: #fff; +@text-color: @black-50; {% endhighlight %}