hugo-tufte/assets/scss/hugo-tufte.scss
2021-11-03 21:42:27 +01:00

23 lines
No EOL
554 B
SCSS

// VENDOR
@import "vendor/_normalize.scss";
@import "vendor/tufte.scss";
// OUR CODE
@import "general";
/// PAGES
@import "pages/footer";
/// COMPONENTS
@import "components/code-highlight";
@import "components/toc";
@import "components/nav";
@import "components/header";
@import "components/meta";
// 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 }}