Fix deprecation warnings (#962)

This commit is contained in:
Andreas Deininger 2024-08-31 00:14:02 +02:00 committed by GitHub
parent dde735d3af
commit 02e5e99cf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 274 additions and 208 deletions

View file

@ -7,5 +7,5 @@
{{- $scss := $template | resources.ExecuteAsTemplate "styles/application.scss" . -}}
{{/* Bundle application.scss */}}
{{- $bundle := $scss | resources.ToCSS $options | fingerprint -}}
{{- $bundle := $scss | css.Sass $options | fingerprint -}}
<link rel="stylesheet" href="{{ $bundle.RelPermalink }}" integrity="{{ $bundle.Data.Integrity }}" />