Merge branch 'main' into feat/Add_default_theme_feature
This commit is contained in:
commit
18927bf85d
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