From 909a1783620250f544a9bc61934223e8bd50c894 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Oct 2014 15:28:41 +0300 Subject: Change Twitter links to use `https`. --- docs/_includes/css/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css/less.html') diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index b325ea9eb..20aac061a 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 Gallager.

{% highlight scss %} // Mixin .clearfix() { -- cgit v1.2.3