From d2973b37104fd360bfd7ae263a4f40f66abb5d27 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Aug 2017 14:08:57 -0700 Subject: [PATCH] remove mention of clearfix source from docs, closes #23578 --- docs/4.0/utilities/clearfix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/utilities/clearfix.md b/docs/4.0/utilities/clearfix.md index 5b5727b117..d9de7fdf47 100644 --- a/docs/4.0/utilities/clearfix.md +++ b/docs/4.0/utilities/clearfix.md @@ -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 %}
...
-- 2.47.2