Fix deprecation warnings (#962)
This commit is contained in:
parent
dde735d3af
commit
02e5e99cf6
10 changed files with 274 additions and 208 deletions
|
@ -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 }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue