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

22 lines
520 B
SCSS
Raw Normal View History

// VENDOR
@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";
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 }}