-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.scss
55 lines (45 loc) · 1.05 KB
/
main.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
---
sitemap: false
---
/*
*
* Skinny Bones Jekyll Starter
*
* Designer: Michael Rose
* Twitter: http://twitter.com/mmistakes
*
*/
@import "variables";
/*
Vendor
========================================================================== */
@import "vendor/bourbon/bourbon";
@import "grid-settings";
@import "vendor/neat/neat";
@import "vendor/font-awesome/font-awesome";
/*
Global
========================================================================== */
@import "mixins";
@import "reset";
@import "base";
/*
Components
========================================================================== */
@import "helpers";
@import "buttons";
@import "badges";
@import "bullets";
@import "sliding-menu";
@import "menu-navicons"; /* animated 3 line menu icon */
@import "notices";
@import "animations";
@import "tiles";
@import "footnotes";
@import "toc"; /* table of contents */
@import "breadcrumbs";
@import "syntax";
/*
Page specific
========================================================================== */
@import "layout";