From 84b1ef504871155685e91ea166f9a3548cdc9cb7 Mon Sep 17 00:00:00 2001 From: saiwang Date: Wed, 14 Aug 2013 02:23:44 +0800 Subject: fix mixin code example --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index 66bdd6df3..7a8759817 100644 --- a/css.html +++ b/css.html @@ -2075,7 +2075,7 @@ For example, <section> should be wrapped as inline. {% endhighlight %} {% highlight css %} // Mixin -.clearfix { +.clearfix() { &:before, &:after { content: " "; -- cgit v1.2.3