From bc2f9e80fe6753bf7b0a04ee1b224f71dccc6456 Mon Sep 17 00:00:00 2001 From: zhbaor Date: Tue, 4 Mar 2025 10:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=BC=83=E7=94=A8=E7=9A=84resources.T?= =?UTF-8?q?oCSS=E6=94=B9=E4=B8=BAcss.Sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d298689..f698641 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -33,7 +33,7 @@ -{{ $style := resources.Get "style-refractored.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} +{{ $style := resources.Get "style-refractored.scss" | css.Sass | resources.Minify | resources.Fingerprint }}