layouts/partials/func/style/GetMainCSS.html
@@ -70,7 +70,7 @@ {{ $options := dict "enableSourceMap" true "precision" 6 }} {{ $style = $style | css.Sass $options | minify }} {{/* We fingerprint in production for cache busting purposes */}} {{ if eq (getenv "HUGO_ENV") "production" }} {{ if hugo.IsProduction }} {{ $style = $style | fingerprint }} {{ end }} {{/* We're ready to set returning variable with resulting resource */}}