Commit 84b1ef50 authored by saiwang's avatar saiwang

fix mixin code example

parent 9a3aa9f1
...@@ -2075,7 +2075,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline. ...@@ -2075,7 +2075,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %} {% endhighlight %}
{% highlight css %} {% highlight css %}
// Mixin // Mixin
.clearfix { .clearfix() {
&:before, &:before,
&:after { &:after {
content: " "; content: " ";
......
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