-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyles.scss
55 lines (46 loc) · 1.16 KB
/
styles.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
---
# Use a comment to ensure Jekyll reads the file to be transformed into CSS later
# only main files contain this front matter, not partials.
---
//
// ___
// /\_ \
// _____ ___ ___\//\ \ __
// /\ '__`\ / __`\ / __`\\ \ \ /'__`\
// \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
// \ \ ,__/\ \____/\ \____//\____\ \____\
// \ \ \/ \/___/ \/___/ \/____/\/____/
// \ \_\
// \/_/
//
// Designed, built, and released under MIT license by @mdo. Learn more at
// https://github.com/poole/poole.
$on-phone: 600px;
$on-laptop: 900px;
// austin's
// @import "pagination"; // unique
@import "bib"; // unique
// @import "monthly"; // unique
// @import "cover"; // unique
// @import "intro"; // unique
// fred's
@import "variables";
@import "base"; //
@import "layout"; //
@import "type"; //
@import "code"; //
@import "syntax"; //
@import "header";
@import "footer";
@import "message"; //
@import "table";
@import "buttons"; //
@import "fieldset";
@import "figure"; //
@import "intro";
@import "cover";
@import "cv"; //
@import "papers"; //
@import "music";
@import "print";
@import "masthead"; // austin