From 347ad61010dd2e9f72af656e84e5e7fe9bf31d78 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Mon, 17 Nov 2014 08:05:26 -0800 Subject: [PATCH] Fix name spelling --- docs/_includes/css/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index 20aac061a1..71cae072c8 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -390,7 +390,7 @@ a {

Utility mixins are mixins that combine otherwise unrelated CSS properties to achieve a specific goal or task.

Clearfix

-

Forget adding class="clearfix" to any element and instead add the .clearfix() mixin where appropriate. Uses the micro clearfix from Nicolas Gallager.

+

Forget adding class="clearfix" to any element and instead add the .clearfix() mixin where appropriate. Uses the micro clearfix from Nicolas Gallagher.

{% highlight scss %} // Mixin .clearfix() {