From bce16e917b5295e38a737e9ce9a051b31439d884 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 6 Nov 2025 16:13:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20breakage=20for=20recent=20?= =?UTF-8?q?huge=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/extra-head.html | 2 +- themes/hello-friend-ng | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/extra-head.html b/layouts/partials/extra-head.html index 4357d1a..3678843 100644 --- a/layouts/partials/extra-head.html +++ b/layouts/partials/extra-head.html @@ -1,3 +1,3 @@ {{ $options := (dict "targetPath" "extra.css" "outputStyle" "compressed" "enableSourceMap" true) }} -{{ $style := resources.Get "scss/extra.scss" | resources.ToCSS $options | resources.Fingerprint }} +{{ $style := resources.Get "scss/extra.scss" | css.Sass $options | resources.Fingerprint }} diff --git a/themes/hello-friend-ng b/themes/hello-friend-ng index 115f606..64e56ef 160000 --- a/themes/hello-friend-ng +++ b/themes/hello-friend-ng @@ -1 +1 @@ -Subproject commit 115f606bd3f7c181a15ee17411f037e79c9515c2 +Subproject commit 64e56efc87e2887bb048fd9b378ed74a88c80f8e