Projet

Général

Profil

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

root / drupal7 / sites / all / themes / zen / STARTERKIT / css / styles.css @ 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
/* HTML element (SMACSS base) rules */
10
@import "normalize.css";
11

    
12
/* Layout rules */
13
@import "layouts/responsive.css";
14

    
15
/* Component (SMACSS module) rules */
16
@import "components/misc.css";
17
/* Optionally, add your own components here. */
18
@import "print.css";
19

    
20
/* SMACSS theme rules */
21
/* @import "theme-A.css"; */
22
/* @import "theme-B.css"; */