From 288d2a8c6b03d6947d95abc26855d23a39afc7b4 Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Tue, 10 Dec 2013 21:13:19 +0100 Subject: [PATCH] Unminify css --- site/css/screen.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/css/screen.css b/site/css/screen.css index ef5fa23a..78869418 100644 --- a/site/css/screen.css +++ b/site/css/screen.css @@ -1,11 +1,7 @@ --- --- -{% capture screen %} {% include css/normalize.css %} {% include css/gridism.css %} {% include css/style.css %} {% include css/pygments.css %} -{% endcapture %} - -{{ screen | strip_newlines | remove: ' ' }}