fix sass deprecation

This commit is contained in:
Neil Hanlon
2025-06-21 18:00:59 -04:00
parent 575d8e1276
commit 626e3a9004
+1 -1
View File
@@ -17,7 +17,7 @@
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}"> <link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}">
{{ end }} {{ end }}
{{ range .Site.Params.custom_scss }} {{ range .Site.Params.custom_scss }}
{{ $style := resources.Get . | resources.ToCSS }} {{ $style := resources.Get . | css.Sass }}
<link rel="stylesheet" href="{{ $style.Permalink }}"> <link rel="stylesheet" href="{{ $style.Permalink }}">
{{ end }} {{ end }}
{{ `<!--[if lt IE 9]> {{ `<!--[if lt IE 9]>