Skip to content

Commit 122bd14

Browse files
committed
Update location for the layout
1 parent 22397f7 commit 122bd14

13 files changed

+19
-17
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/css/main.scss

+19-17
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,34 @@
33

44
/*
55
* This file controls what is imported from /_sass
6+
*
7+
* Note that the files are processed in the order they are imported, so they are partly
8+
sorted by the dependencies. Also, the first two lines of the file are required by Jekyll.
69
*/
710

8-
@import "vendor/breakpoint/breakpoint"; // media query mixins
9-
1011
@import
12+
"vendor/breakpoint/breakpoint",
13+
1114
"themes",
1215
"variables",
16+
1317
"mixins",
1418
"vendor/susy/susy",
15-
16-
"reset",
17-
"base",
18-
1919
"utilities",
20-
"tables",
21-
"buttons",
22-
"notices",
23-
"masthead",
24-
"navigation",
25-
"footer",
2620
"syntax",
27-
28-
"forms",
29-
"page",
30-
"archive",
31-
"sidebar",
21+
22+
"layout/archive",
23+
"layout/base",
24+
"layout/buttons",
25+
"layout/footer",
26+
"layout/forms",
27+
"layout/masthead",
28+
"layout/navigation",
29+
"layout/notices",
30+
"layout/page",
31+
"layout/reset",
32+
"layout/sidebar",
33+
"layout/tables",
3234

3335
"vendor/font-awesome/fontawesome",
3436
"vendor/font-awesome/solid",

0 commit comments

Comments
 (0)