From: Jason Woofenden Date: Wed, 11 May 2016 23:55:52 +0000 (-0400) Subject: remove garbage from compiled css X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=347ef230f00cab6cf3de1829fa716c7bdf57d389 remove garbage from compiled css --- 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']