Skip to content

Commit ccf0aac

Browse files
Update
1 parent f16bdbd commit ccf0aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/up-business-theme/layouts/partials/head/_resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Load Shared SCSS -->
22
{{- $sharedSCSS := resources.Get "scss/shared/shared.scss" -}}
3-
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
3+
{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
44
{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
55

66
<!-- Load Shared JS -->

0 commit comments

Comments
 (0)