huge upgrade to theme and pagefind search bar.
This commit is contained in:
19
themes/hugo-book.backup/assets/book.scss
Normal file
19
themes/hugo-book.backup/assets/book.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@import "defaults";
|
||||
@import "variables";
|
||||
|
||||
@import "normalize";
|
||||
@import "utils";
|
||||
@import "main";
|
||||
@import "fonts";
|
||||
@import "print";
|
||||
|
||||
@import "markdown";
|
||||
@import "shortcodes";
|
||||
|
||||
// Custom defined styles, theme mixins also placed there
|
||||
@import "custom";
|
||||
|
||||
// Select theme mixing based on site parameter
|
||||
:root {
|
||||
@include theme-{{ default "light" .Site.Params.BookTheme }};
|
||||
}
|
||||
Reference in New Issue
Block a user