forked from jnnck/chopstick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreen.scss
45 lines (31 loc) · 999 Bytes
/
screen.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
//
// Comment or uncomment whatever you need in this file.
//
// Settings: open and tweak this file.
@import "settings";
// Vendor Dependencies: add things like bourbon or compass imports here.
// @import "compass";
// Shared: do not delete any of this.
@import "shared/functions";
@import "shared/mixins";
@import "shared/grid";
@import "shared/typography";
@import "shared/ui";
// Patterns: feel free to include only what you need.
@import "patterns/reset";
@import "patterns/grid";
@import "patterns/buttons";
@import "patterns/forms";
@import "patterns/alerts";
@import "patterns/pagination";
@import "patterns/helpers";
// Theme: feel free to delete any or all.
@import "theme/base";
@import "theme/frame";
@import "theme/debug";
// Theme Demo Modules: for demo purpose only. Replace this with your own modules.
@import "theme/modules/home";
@import "theme/modules/styleguide";
@import "theme/modules/grid";
// Print
@media print {@import "theme/print";}