diff --git a/themes/quadrant/layouts/partials/head/css.html b/themes/quadrant/layouts/partials/head/css.html
index b9eca1b..21476b3 100644
--- a/themes/quadrant/layouts/partials/head/css.html
+++ b/themes/quadrant/layouts/partials/head/css.html
@@ -2,7 +2,7 @@
{{- if eq hugo.Environment "development" }}
{{- else }}
- {{- with . | minify | fingerprint }}
+ {{- with . }}
{{- end }}
{{- end }}
@@ -11,7 +11,7 @@
{{- if eq hugo.Environment "development" }}
{{- else }}
- {{- with . | minify | fingerprint }}
+ {{- with . }}
{{- end }}
{{- end }}
@@ -20,7 +20,7 @@
{{- if eq hugo.Environment "development" }}
{{- else }}
- {{- with . | minify | fingerprint }}
+ {{- with . }}
{{- end }}
{{- end }}