Complete removal of Sass call.

This commit is contained in:
Shawn Wilson 2025-05-26 20:05:10 -07:00
parent b6fae8a403
commit 91ec5998a1

View File

@ -68,7 +68,7 @@ css asset directory we (unless condition below) add to aforementioned slice */}}
{{/* We then use toCSS to add sourceMap and minify */}} {{/* We then use toCSS to add sourceMap and minify */}}
{{ $options := dict "enableSourceMap" true "precision" 6 }} {{ $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 */}} {{/* We fingerprint in production for cache busting purposes */}}
{{ if hugo.IsProduction }} {{ if hugo.IsProduction }}
{{ $style = $style | resources.Fingerprint }} {{ $style = $style | resources.Fingerprint }}