Projet

Général

Profil

Paste
Télécharger (506 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / STARTERKIT / sass-extensions / zen-grids / templates / project / _init.scss @ 87dbc3bf

1
//
2
// @file
3
// This file sets up all our variables and load all the modules we need for all
4
// generated CSS in this project. To use it, simply: @import "init";
5
//
6

    
7
// Legacy browser variables for Compass.
8
$legacy-support-for-ie6     : false;
9
$legacy-support-for-ie7     : false;
10

    
11
// Set up Zen Grids.
12
$zen-column-count           : 1;
13
$zen-gutter-width           : 20px;
14
$zen-auto-include-item-base : false;
15

    
16
//
17
// Import our modules.
18
//
19
@import "zen";
20
@import "zen/background";
21
@import "visually-hidden";