{{/* Load Bootstrap SCSS. */}} {{ $options := dict "enableSourceMap" true }} {{ if hugo.IsProduction}} {{ $options := dict "enableSourceMap" false "outputStyle" "compressed" }} {{ end }} {{ $bs_styles := resources.Get "scss/bs.scss" | resources.ToCSS $options | resources.Minify }} {{ if hugo.IsProduction }} {{ $bs_styles = $bs_styles | fingerprint }} {{ end }}