From 84b1ef504871155685e91ea166f9a3548cdc9cb7 Mon Sep 17 00:00:00 2001 From: saiwang Date: Wed, 14 Aug 2013 02:23:44 +0800 Subject: [PATCH] fix mixin code example --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 66bdd6df31..7a87598174 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: " ";