Commit e7d6bd94 authored by Mark Otto's avatar Mark Otto

Merge pull request #9427 from saiwang/fix-example-snippet

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