From 0638e9d1e781e5e2d65f6e7212b2308ce30e28af Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 24 Jan 2023 08:26:28 +0100 Subject: [PATCH] debugging sass inclusion --- layouts/partials/head.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }} -- 2.20.1