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 f26e392 commit 35d1642Copy full SHA for 35d1642
layouts/partials/head/_resources.html
@@ -1,7 +1,6 @@
1
<!-- Load Shared SCSS -->
2
{{- $sharedSCSS := resources.Get "scss/blog.scss" -}}
3
-{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
4
-{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
+{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
5
6
<!-- Load Shared JS -->
7
{{- $sharedJS := resources.Get "js/blog.js" -}}
0 commit comments