{{ $opts := dict "transpiler" "libsass" "targetPath" "css/style.css" }}
{{- with resources.Get "css/main.scss" }}
{{- if eq hugo.Environment "development" }}
{{- with . | toCSS $opts | fingerprint }}
{{- end }}
{{- else }}
{{- with . | toCSS $opts | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}