X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;fp=layouts%2Fpartials%2Fhead.html;h=31eb080fbf2ffd6a2bfed281b7eea043965f8f19;hb=dd516ddc7ca6a360042bbb5dead5c56743082d7b;hp=f7beaee3401d7ef999ef532b9f6b7712d067bc33;hpb=fa4761127c8fa56df90ad4795c96d4e8470e03d4;p=theme-danix.xyz.git 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 }}