From ed4be926a7217018e052e3fecda92e4ee671d950 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 11:44:31 +0200 Subject: Cleans up and refactors CSS --- src/css/imports/_clears.css | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/css/imports/_clears.css') diff --git a/src/css/imports/_clears.css b/src/css/imports/_clears.css index 14d8e1d..43bf2b2 100755 --- a/src/css/imports/_clears.css +++ b/src/css/imports/_clears.css @@ -1,13 +1,3 @@ -/* - - CLEARFIX - http://tachyons.io/docs/layout/clearfix/ - -*/ - -/* Nicolas Gallaghers Clearfix solution - Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */ - .cf:before, .cf:after { content: " "; display: table; } .cf:after { clear: both; } -- cgit v1.3