diff options
-rw-r--r-- | .ruby-version | 1 | ||||
-rw-r--r-- | source/stylesheets/custom.scss | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..cd57a8b --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.1.5 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); |