JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove garbage from compiled css
authorJason Woofenden <jason@jasonwoof.com>
Wed, 11 May 2016 23:55:52 +0000 (19:55 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 11 May 2016 23:55:52 +0000 (19:55 -0400)
style.styl

index a758cd5..be2aebb 100644 (file)
@@ -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']