Skip to content

Commit 2363012

Browse files
committed
Address issues with order
1 parent 077a671 commit 2363012

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

Diff for: assets/css/main.scss

+14-11
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,30 @@
1010

1111
@import
1212
"vendor/breakpoint/breakpoint",
13-
"vendor/susy/susy",
14-
13+
1514
"themes",
1615
"theme/{{ site.site_theme | default: 'default' }}",
17-
"syntax",
1816

1917
"include/mixins",
20-
"include/utilities",
21-
22-
"layout/archive",
18+
"vendor/susy/susy",
19+
20+
"layout/reset",
2321
"layout/base",
22+
23+
"include/utilities",
24+
"layout/tables",
2425
"layout/buttons",
25-
"layout/footer",
26-
"layout/forms",
26+
"layout/notices",
2727
"layout/masthead",
2828
"layout/navigation",
29-
"layout/notices",
29+
"layout/footer",
30+
"syntax",
31+
32+
"layout/forms",
33+
3034
"layout/page",
31-
"layout/reset",
35+
"layout/archive",
3236
"layout/sidebar",
33-
"layout/tables",
3437

3538
"vendor/font-awesome/fontawesome",
3639
"vendor/font-awesome/solid",

0 commit comments

Comments
 (0)