From 91ec5998a172d5c5c342eb4ecd0684b028825905 Mon Sep 17 00:00:00 2001 From: Shawn Wilson Date: Mon, 26 May 2025 20:05:10 -0700 Subject: [PATCH] Complete removal of Sass call. --- layouts/partials/func/style/GetMainCSS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/func/style/GetMainCSS.html b/layouts/partials/func/style/GetMainCSS.html index ce13c9d..3bdd66c 100644 --- a/layouts/partials/func/style/GetMainCSS.html +++ b/layouts/partials/func/style/GetMainCSS.html @@ -68,7 +68,7 @@ css asset directory we (unless condition below) add to aforementioned slice */}} {{/* We then use toCSS to add sourceMap and minify */}} {{ $options := dict "enableSourceMap" true "precision" 6 }} - {{ $style = $style | css.Sass $options | resources.Minify }} + {{ $style := resources.Get "css/main.css" }} {{/* We fingerprint in production for cache busting purposes */}} {{ if hugo.IsProduction }} {{ $style = $style | resources.Fingerprint }}