From: danix Date: Mon, 23 Jan 2023 18:59:10 +0000 (+0100) Subject: cleaning up code again X-Git-Url: https://git.danix.xyz/?p=theme-danix.xyz.git;a=commitdiff_plain;h=dd516ddc7ca6a360042bbb5dead5c56743082d7b cleaning up code again --- diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f7beaee..31eb080 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,9 +3,9 @@ - {{ $main_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed") }} - {{ $main_template := resources.Get "sass/main.scss" }} - {{ $main_style := $main_template | resources.toCSS $main_options | resources.Minify }} + {{ $sass_options := (dict "targetPath" "css/site.css" "outputStyle" "compressed" "transpiler" "dartsass") }} + {{ $sass_template := resources.Get "sass/main.scss" }} + {{ $main_style := $sass_template | resources.toCSS $sass_options }}