0825f63aea0cf1f7b43d9073dc6d8ba1bdf9dcdf
[blog] / css / styles.scss
1 ---
2 # Use a comment to ensure Jekyll reads the file to be transformed into CSS later
3 # only main files contain this front matter, not partials.
4 ---
5
6 //
7 //                        ___
8 //                       /\_ \
9 //  _____     ___     ___\//\ \      __
10 // /\ '__`\  / __`\  / __`\\ \ \   /'__`\
11 // \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\  __/
12 //  \ \ ,__/\ \____/\ \____//\____\ \____\
13 //   \ \ \/  \/___/  \/___/ \/____/\/____/
14 //    \ \_\
15 //     \/_/
16 //
17 // Designed, built, and released under MIT license by @mdo. Learn more at
18 // https://github.com/poole/poole.
19
20 @import "base";
21 @import "type";
22 @import "syntax";
23 @import "code";
24 @import "layout";
25 @import "masthead";
26 @import "posts";
27 @import "pagination";
28 @import "message";