-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.scss
58 lines (35 loc) · 1.2 KB
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* Globals: All the global re-usable stuff.
---------------------------------------------------------------------------------------------------- */
// Reset first.
@import 'styles/global-reset';
// Animations.
@import 'styles/global-animations';
// Typography, buttons and forms.
@import 'styles/global-typography';
@import 'styles/global-buttons';
@import 'styles/global-forms';
// Global containers.
@import 'styles/global-containers';
@import 'styles/global-cover';
// Global menus.
@import 'styles/global-menus';
// Global panels.
@import 'styles/global-panels';
// Global cart styles.
@import 'styles/global-cart';
/* Individual Parts: All the single-page specific stuff.
---------------------------------------------------------------------------------------------------- */
// The Header & Footer.
@import 'styles/part-header';
@import 'styles/part-footer';
// Blog specific stuff.
@import 'styles/part-article';
@import 'styles/part-article-comments';
// Commerce stuff.
@import 'styles/part-product';
@import 'styles/part-product-archive';
@import 'styles/part-cart';
@import 'styles/part-cart-side';
@import 'styles/part-checkout';
@import 'styles/part-thanks';
@import 'styles/part-account';