comparison sass/styles.scss @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a3750d724105
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 /* SMACSS theme rules */
24 /* @import "theme-A"; */
25 /* @import "theme-B"; */