Skip to content

Commit 7b11b16

Browse files
authored
Merge pull request #48570 from Andygol/patch-1
Replace resources.ToCSS with css.Sass due to deprecation of the former
2 parents ce1d8e2 + b6ee0b6 commit 7b11b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
{{- if .Params.case_study_styles }}
3838
{{ $cssOutput := "css/case-studies.css" }}
39-
{{ $caseStudiesCSS := resources.Get "scss/_case-studies.scss" | resources.ToCSS }}
39+
{{ $caseStudiesCSS := resources.Get "scss/_case-studies.scss" | css.Sass }}
4040
{{ if $inServerMode }}
4141
<link rel="stylesheet" href="{{ $caseStudiesCSS.RelPermalink }}">
4242
{{ else }}

0 commit comments

Comments
 (0)