hugo-tufte/assets/scss/hugo-tufte.scss

23 lines
525 B
SCSS
Raw Normal View History

// Tufte
@import "tufte";
// Additional styles for Hugo
@import "general";
/// Pages
@import "pages/footer";
/// Components
@import "components/code-highlight";
@import "components/toc";
@import "components/nav";
@import "components/brand";
@import "components/meta";
2015-12-30 03:35:20 +01:00
// Look at this https://gohugo.io/hugo-pipes/resource-from-template/#readout
{{ if and (isset .Site.Params "codeblocksdark") .Site.Params.codeBlocksDark }}
@import "syntax/highlight-dark.scss"
{{ else }}
@import "syntax/highlight-light.scss"
{{ end }}