summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/styles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html
index 8283883..714677e 100644
--- a/layouts/partials/styles.html
+++ b/layouts/partials/styles.html
@@ -1,5 +1,5 @@
{{- /* Styles */}}
-{{- $theme := resources.Get "sass/style.scss" | resources.ToCSS }}
+{{- $theme := resources.Get "sass/style.scss" | css.Sass }}
{{- /* order is important */}}
{{- /* to ass more styles use the following format: slice $theme $style1 $style2 $style3 ... */}}