1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

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

fix mixin code example
This commit is contained in:
Mark Otto
2013-08-13 13:13:57 -07:00

View File

@@ -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: " ";