{{- with resources.Get "css/main.scss" }} {{- $sassOptions := dict "targetPath" "css/style.css" "outputStyle" (cond hugo.IsProduction "compressed" "nested") "enableSourceMap" (not hugo.IsProduction) "transpiler" "dartsass" -}} {{- with . | css.Sass $sassOptions -}} {{- if hugo.IsProduction }} {{- with . | minify | fingerprint }} {{- end }} {{- else }} {{- end }} {{- end }} {{- end }} {{ with (resources.Get "css/nanogallery2.min.css" | fingerprint ) }} {{ end}} {{ with (resources.Get "css/nanogallery2.woff.min.css" | fingerprint ) }} {{ end}}