We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16bdbd commit ccf0aacCopy full SHA for ccf0aac
themes/up-business-theme/layouts/partials/head/_resources.html
@@ -1,6 +1,6 @@
1
<!-- Load Shared SCSS -->
2
{{- $sharedSCSS := resources.Get "scss/shared/shared.scss" -}}
3
-{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
+{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
4
{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
5
6
<!-- Load Shared JS -->
0 commit comments