noveria.org/layouts/partials/libsass.html
2025-02-27 20:37:24 +01:00

7 lines
402 B
HTML

{{- $opts := (dict "transpiler" "libsass" "outputStyle" "compressed" "includePaths" (slice "node_modules")) -}}
{{- if eq hugo.Environment "development" -}}
{{- $opts = (dict "transpiler" "libsass" "enableSourceMap" true "includePaths" (slice "node_modules")) -}}
{{- end -}}
{{- $css := resources.Get . -}}
{{- $css := $css | toCSS $opts -}}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">