diff --git a/themes/neff/layouts/partials/head.html b/themes/neff/layouts/partials/head.html index 1dd9aa7..18167cd 100755 --- a/themes/neff/layouts/partials/head.html +++ b/themes/neff/layouts/partials/head.html @@ -11,6 +11,6 @@ {{- if .Site.IsServer -}} {{- $options := (dict "targetPath" "css/style.css" "enableSourceMap" true) -}} {{- end -}} -{{- $sass := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.PostCSS -}} +{{- $sass := resources.Get "scss/main.scss" | resources.ExecuteAsTemplate "scss/bundle.scss" . | resources.ToCSS $options | resources.PostCSS -}} {{- $sass = $sass | resources.Fingerprint -}}