{{- $cssOpts := (dict "targetPath" "assets/css/main.css" "enableSourceMap" (not hugo.IsProduction) "includePaths" (slice "node_modules") ) -}} {{- $styles := resources.Get "sass/main.sass" | toCSS $cssOpts -}}