diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f3a16ae..42a2d77 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,7 +6,7 @@
{{ $options := dict "targetPath" "custom.css" "outputStyle" "compressed" }}
- {{ $style := resources.Get "/sass/custom.css" | resources.ToCSS $options | resources.Fingerprint }}
+ {{ $style := resources.Get "/sass/custom.css" | css.Sass $options | resources.Fingerprint }}
{{ partial "opengraph.html" .}}