🐛 Fix breakage for recent huge version
This commit is contained in:
parent
271b3f8654
commit
bce16e917b
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}">
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 115f606bd3f7c181a15ee17411f037e79c9515c2
|
||||
Subproject commit 64e56efc87e2887bb048fd9b378ed74a88c80f8e
|
||||
Loading…
Add table
Add a link
Reference in a new issue