summaryrefslogtreecommitdiff
path: root/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/templates/project/_init.scss
blob: 66a071b4c0bad7ad01b71cb1d9b18fb923af75fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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";