🐛 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 }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue