{{ $stylecss := resources.Get "css/main.css" }} {{ $style := $stylecss | resources.Minify }} {{ $syntaxcss := resources.Get "css/syntax.css" }} {{ $syntax := $syntaxcss | resources.Minify }} {{ $headeroptions := (dict "targetPath" "header.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $header := resources.Get "css/header.scss" | resources.ToCSS $headeroptions | resources.Fingerprint | resources.Minify }} {{ $promooptions := (dict "targetPath" "promo.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $promo := resources.Get "css/promo.scss" | resources.ToCSS $promooptions | resources.Fingerprint | resources.Minify }} {{ $homeoptions := (dict "targetPath" "home.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $home := resources.Get "css/home.scss" | resources.ToCSS $homeoptions | resources.Fingerprint | resources.Minify }} {{ $timelineoptions := (dict "targetPath" "timeline.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $timeline := resources.Get "css/timeline.scss" | resources.ToCSS $timelineoptions | resources.Fingerprint | resources.Minify }} {{ $changelogoptions := (dict "targetPath" "changelog.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $changelog := resources.Get "css/changelog.scss" | resources.ToCSS $changelogoptions | resources.Fingerprint | resources.Minify }}