diff --git a/layouts/partials/resources/root_css.html b/layouts/partials/resources/root_css.html index f705884..81f70ca 100644 --- a/layouts/partials/resources/root_css.html +++ b/layouts/partials/resources/root_css.html @@ -3,7 +3,7 @@ (resources.Get "styles/monokai.css") | append (resources.Match "styles/root/*.css" | sort) }} {{ if not hugo.IsProduction }} - {{ $allStylesheets = $allStylesheets | append (resources.Get "styles/development.css") }} + {{ $stylesheets = $stylesheets | append (resources.Get "styles/development.css") }} {{ end }} {{ $rootStylesheets := slice }} @@ -14,7 +14,6 @@ {{ if hugo.IsProduction }} {{ $rootStylesheets = slice ($rootStylesheets | resources.Concat "styles/root.css" - | minify | fingerprint "md5") }} {{ end }}