mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
remove mention of clearfix source from docs, closes #23578
This commit is contained in:
parent
22f6ee52f0
commit
d2973b3710
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ group: utilities
|
|||
toc: true
|
||||
---
|
||||
|
||||
Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes [the micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/) as popularized by Nicolas Gallagher. Can also be used as a mixin.
|
||||
Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin.
|
||||
|
||||
{% highlight html %}
|
||||
<div class="clearfix">...</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue