summaryrefslogtreecommitdiff
path: root/source/stylesheets/custom.scss
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-12-20 15:02:11 +0100
committerLars Henrik Mai <lars.mai@kontinui.de>2014-12-20 15:02:11 +0100
commit77859b10520d2c18de68b855f14001748f215410 (patch)
tree634b39c4469d23ff9dea6fa2cc93087ceafda573 /source/stylesheets/custom.scss
parent0ec1f76d5e4937569cb92e1aedd6ff27bc5df0b4 (diff)
fix build error and update to ruby 2.1.5data-content-updates-1
Diffstat (limited to 'source/stylesheets/custom.scss')
-rw-r--r--source/stylesheets/custom.scss4
1 files changed, 3 insertions, 1 deletions
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);