{{ if site.Params.ananke_process_css }}
{{ with resources.Get "/ananke/css/main.css" }}
{{ $options := (dict "targetPath" "/ananke/css/main.css" "enableSourceMap" true "precision" 6 "includePaths" (slice "node_modules")) }}
{{ $style := . | resources.ToCSS $options | resources.PostCSS (dict "use" "postcss-cssnext") | minify }}
{{ with $style }}
{{ end }}
{{ end }}
{{ else }}
{{ with resources.GetMatch "/ananke/dist/main.*.css" }}
{{ end }}
{{ end }}
{{ range .Site.Params.custom_css }}
{{ end }}