{{- $source := "scss/modules/bootstrap/bootstrap.scss" -}} {{- $target := "css/main.css" -}} {{- $options := (dict "transpiler" "libsass" "targetPath" $target) -}} {{- $options = merge $options (dict "outputStyle" "expanded") -}} {{/*- $css := resources.Get $source | resources.ExecuteAsTemplate "style.app.scss" . | toCSS $options -*/}} {{- $css := resources.GetMatch $source | resources.ExecuteAsTemplate "style.app.scss" . | toCSS $options -}}