mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
fix mixin code example
This commit is contained in:
@@ -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: " ";
|
||||||
|
|||||||
Reference in New Issue
Block a user