0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

remove mention of clearfix source from docs, closes #23578

This commit is contained in:
Mark Otto 2017-08-20 14:08:57 -07:00
parent 22f6ee52f0
commit d2973b3710

View File

@ -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>