Projet

Général

Profil

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

root / drupal7 / sites / all / themes / zen / zen-internals / extras / sass / styles-fixed.scss @ 87dbc3bf

1
/**
2
 * @file
3
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
4
 *
5
 * When you turn on CSS aggregation at admin/config/development/performance, all
6
 * of these @include files will be combined into a single file.
7
 */
8

    
9
@import "init"; /* Import Sass mixins, variables, Compass modules, etc. */
10

    
11

    
12
/* Base HTML element rules */
13
@import "normalize";
14

    
15
/* Layout rules */
16
@import "layouts/fixed";
17

    
18
/* Component (SMACSS module) rules */
19
@import "components/misc";
20
// Optionally, add your own components here.
21
@import "print";
22

    
23
/* Theme rules */
24
/* @import "theme-A"; */
25
/* @import "theme-B"; */