From eb00eb26b41652bf9ca4ad8e3fdaf454a8159d3f Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 14 Nov 2014 12:35:58 +0100 Subject: [PATCH] Include missing bootstrap bit for Foundation @snoyberg I had this in a stash before I committed --- Foundation.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Foundation.hs b/Foundation.hs index 03ad1af..d6acd35 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -100,6 +100,8 @@ instance Yesod App where pc <- widgetToPageContent $ do $(combineStylesheets 'StaticR [ css_normalize_css + , css_bootstrap_css + , css_bootstrap_responsive_css ]) $((combineScripts 'StaticR [ js_jquery_js