aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_clears.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/imports/_clears.css')
-rwxr-xr-xsrc/css/imports/_clears.css10
1 files changed, 0 insertions, 10 deletions
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; }