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