From 0261be16e89a29fda7e86ff90e7ea42153c1d025 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 26 Sep 2024 20:50:31 +0200 Subject: Replace deprecated resource.ToCss with css.Sass --- layouts/partials/styles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/styles.html') diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index 8283883..714677e 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -1,5 +1,5 @@ {{- /* Styles */}} -{{- $theme := resources.Get "sass/style.scss" | resources.ToCSS }} +{{- $theme := resources.Get "sass/style.scss" | css.Sass }} {{- /* order is important */}} {{- /* to ass more styles use the following format: slice $theme $style1 $style2 $style3 ... */}} -- cgit v1.2.3