From 77859b10520d2c18de68b855f14001748f215410 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sat, 20 Dec 2014 15:02:11 +0100 Subject: fix build error and update to ruby 2.1.5 --- source/stylesheets/custom.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/stylesheets') diff --git a/source/stylesheets/custom.scss b/source/stylesheets/custom.scss index df1504a..d358ec2 100644 --- a/source/stylesheets/custom.scss +++ b/source/stylesheets/custom.scss @@ -1,6 +1,8 @@ -// sublab specific stlyesheet customizations +@import "foundation.scss"; +// sublab specific stlyesheet customizations // use 7 columns for week overview on index + .dow-columns { @media #{$large-up} { @include grid-column($columns: 1.7); -- cgit v1.2.1