mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix mixin code example
This commit is contained in:
parent
9a3aa9f1de
commit
84b1ef5048
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -2075,7 +2075,7 @@ For example, <code><section></code> should be wrapped as inline.
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
{% highlight css %}
|
{% highlight css %}
|
||||||
// Mixin
|
// Mixin
|
||||||
.clearfix {
|
.clearfix() {
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|
Loading…
Reference in a new issue