🐛 Fix breakage for recent huge version

This commit is contained in:
Dan Jones 2025-11-06 16:13:56 -06:00
commit bce16e917b
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{{ $options := (dict "targetPath" "extra.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/extra.scss" | resources.ToCSS $options | resources.Fingerprint }}
{{ $style := resources.Get "scss/extra.scss" | css.Sass $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">