mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 19:50:22 +00:00
Merge pull request #9427 from saiwang/fix-example-snippet
fix mixin code example
This commit is contained in:
commit
e7d6bd94b7
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 %}
|
||||
{% highlight css %}
|
||||
// Mixin
|
||||
.clearfix {
|
||||
.clearfix() {
|
||||
&:before,
|
||||
&:after {
|
||||
content: " ";
|
||||
|
|
|
|||
Loading…
Reference in a new issue