Project

General

Profile

Download (653 Bytes) Statistics
| Branch: | Tag: | Revision:
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 Sass mixins, variables, Compass modules, etc. */
10
@import "init";
11

    
12
/* HTML element (SMACSS base) rules */
13
@import "normalize";
14

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

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

    
23
@import "cdm";
24

    
25
/* SMACSS theme rules */
26
/* @import "theme-A"; */
27
/* @import "theme-B"; */
(13-13/13)