aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities/clearfix.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-28 11:25:59 -0700
committerMark Otto <[email protected]>2017-05-28 11:25:59 -0700
commitf682dec5c25f4ff1a29b34e10d339d549359cdb2 (patch)
tree56fc1244bdb43bc61152438dfeb32cfcd010ede0 /docs/utilities/clearfix.md
parentc72cc98bd56fb50259c84a1fced38751009eb930 (diff)
downloadbootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.tar.xz
bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.zip
new toc in utils and about and extend
Diffstat (limited to 'docs/utilities/clearfix.md')
-rw-r--r--docs/utilities/clearfix.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/utilities/clearfix.md b/docs/utilities/clearfix.md
index 49410df09..5b5727b11 100644
--- a/docs/utilities/clearfix.md
+++ b/docs/utilities/clearfix.md
@@ -1,7 +1,9 @@
---
layout: docs
title: Clearfix
+description: Quickly and easily clear floated content within a container by adding a clearfix utility.
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.