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