From: danix Date: Tue, 24 Jan 2023 07:26:28 +0000 (+0100) Subject: debugging sass inclusion X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=0638e9d1e781e5e2d65f6e7212b2308ce30e28af debugging sass inclusion --- diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7b072e8..477d463 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,9 +3,7 @@ - {{ $sass_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }} - {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS $sass_options }} - + {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS }}