Back to Crossplane

Stylesheet Dynamic

themes/geekboot/layouts/partials/stylesheet-dynamic.html

1.19-archive377 B
Original Source

{{ $style := false }} {{ $sassOptions := (dict "outputStyle" "expanded" "precision" 6 "enableSourceMap" true ) }} {{ if eq hugo.Environment "production" -}} {{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | css.PostCSS | fingerprint | resources.PostProcess }} {{ else }} {{ $style = resources.Get "scss/docs.scss" | toCSS $sassOptions | fingerprint }} {{ end }}