comparison css/styles.css~ @ 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 /* 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 @import "components/theme.css";
18 /* Optionally, add your own components here. */
19 @import "print.css";
20
21 /* SMACSS theme rules */
22 /* @import "theme-A.css"; */
23 /* @import "theme-B.css"; */