{{- with resources.Get "css/styles.css" }}
{{- if eq hugo.Environment "development" }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- range .Resources.Match "css/*.css" }}
{{- if eq hugo.Environment "development" }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}