From 347ef230f00cab6cf3de1829fa716c7bdf57d389 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 11 May 2016 19:55:52 -0400 Subject: [PATCH] remove garbage from compiled css --- style.styl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.styl b/style.styl index a758cd5..be2aebb 100644 --- a/style.styl +++ b/style.styl @@ -62,13 +62,12 @@ columns = wfpl_columns({ } } }) - // the gap is used for checking the width calculations, but has no dom element. // This space is left blank (by floating main to the left and sidebar to the // right) and might save the layout if there are borders (which don't scale) or // rounding errors -remove(columns['css'], '.centerer.with_sidebar > .sidebar.gap') -remove(columns['responsive_css'], '.centerer.with_sidebar > .sidebar.gap') +a = remove(columns['css'], '.centerer.with_sidebar > .sidebar.gap') +a = remove(columns['responsive_css'], '.centerer.with_sidebar > .sidebar.gap') biggest_content_width = columns['widths']['.centerer.full > .main'] -- 1.7.10.4