diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 21b9938..edd5faa 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -28,9 +28,9 @@
-{{ $style := resources.Get "style-refractored.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
+{{ $style := resources.Get "style-refractored.scss" | css.Sass | resources.Minify | resources.Fingerprint }}
-{{ $style_2 := resources.Get "audio.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
+{{ $style_2 := resources.Get "audio.scss" | css.Sass | resources.Minify | resources.Fingerprint }}