From 626e3a90042a19d5c69be3a5c9fd0464fc798476 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 21 Jun 2025 18:00:59 -0400 Subject: [PATCH] fix sass deprecation --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ebe457e..dbcd813 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ {{ end }} {{ range .Site.Params.custom_scss }} - {{ $style := resources.Get . | resources.ToCSS }} + {{ $style := resources.Get . | css.Sass }} {{ end }} {{ `