From: danix Date: Mon, 23 Jan 2023 18:51:42 +0000 (+0100) Subject: working on including scss into theme X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=7b895dcbce31dd226809bd33d2bc5d9544744370 working on including scss into theme --- diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 69a8cea..4b05972 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,7 +5,7 @@ {{ $main_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed") }} {{ $main_template := resources.Get "sass/main.scss" }} - {{ $main_style := $main_template | resources.ExecuteAsTemplate "main_parsed.scss" . | toCSS $main_options | resources.Minify }} + {{ $main_style := $main_template | toCSS $main_options | resources.Minify }}