Skip to content

Commit

Permalink
Update location for the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzupkoii committed Feb 2, 2025
1 parent 22397f7 commit 122bd14
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 17 deletions.
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.
36 changes: 19 additions & 17 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@

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

@import "vendor/breakpoint/breakpoint"; // media query mixins

@import
"vendor/breakpoint/breakpoint",

"themes",
"variables",

"mixins",
"vendor/susy/susy",

"reset",
"base",

"utilities",
"tables",
"buttons",
"notices",
"masthead",
"navigation",
"footer",
"syntax",

"forms",
"page",
"archive",
"sidebar",

"layout/archive",
"layout/base",
"layout/buttons",
"layout/footer",
"layout/forms",
"layout/masthead",
"layout/navigation",
"layout/notices",
"layout/page",
"layout/reset",
"layout/sidebar",
"layout/tables",

"vendor/font-awesome/fontawesome",
"vendor/font-awesome/solid",
Expand Down

0 comments on commit 122bd14

Please sign in to comment.