OLD | NEW |
1 /*! Copyright 2014 The Chromium Authors. All rights reserved. | 1 /*! Copyright 2014 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. | 3 * found in the LICENSE file. |
4 */ | 4 */ |
5 | 5 |
6 // Import Tools and Libraries | 6 // Import Tools and Libraries |
7 @import "compass"; // Import Compass: http://compass-style.org | 7 @import "compass"; // Import Compass: http://compass-style.org |
8 @import "compass/typography/vertical_rhythm"; // http://compass-style.org/refere
nce/compass/typography/vertical_rhythm/ | 8 @import "compass/typography/vertical_rhythm"; // http://compass-style.org/refere
nce/compass/typography/vertical_rhythm/ |
9 @import "mixins"; | 9 @import "mixins"; |
10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/ | 10 @import "normalize"; // Reset: http://necolas.github.io/normalize.css/ |
11 | 11 |
12 // Import Variables | 12 // Import Variables |
13 @import "vars"; | 13 @import "vars"; |
14 | 14 |
15 // Import Grid | 15 // Import Grid |
16 @import "grid"; | 16 @import "grid"; |
17 | 17 |
18 // Import Universal Styles | 18 // Import Universal Styles |
19 @import "layout"; | 19 @import "layout"; |
20 @import "html"; | 20 @import "html"; |
21 @import "typography"; | 21 @import "typography"; |
22 @import "navbar"; | 22 @import "navbar"; |
23 | 23 |
24 // Import Page-Specific Styles | 24 // Import Page-Specific Styles |
25 @import "homepage"; | 25 @import "homepage"; |
26 @import "pillar"; | 26 @import "pillar"; |
27 @import "article"; | 27 @import "article"; |
28 @import "api"; | 28 @import "api"; |
| 29 @import "demos"; |
OLD | NEW |