diff sass-extensions/zen-grids/templates/project/_init.scss @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sass-extensions/zen-grids/templates/project/_init.scss	Tue Jun 02 09:16:36 2015 +0200
@@ -0,0 +1,21 @@
+//
+// @file
+// This file sets up all our variables and load all the modules we need for all
+// generated CSS in this project. To use it, simply: @import "init";
+//
+
+// Legacy browser variables for Compass.
+$legacy-support-for-ie6     : false;
+$legacy-support-for-ie7     : false;
+
+// Set up Zen Grids.
+$zen-column-count           : 1;
+$zen-gutter-width           : 20px;
+$zen-auto-include-item-base : false;
+
+//
+// Import our modules.
+//
+@import "zen";
+@import "zen/background";
+@import "visually-hidden";