mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-13 04:53:18 +00:00
Use css.PostCSS instead of deprecated resources.PostCSS
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
{{ end }}
|
||||
{{- if site.Params.style.purge -}}
|
||||
{{- $post_options := dict "config" "config" "noMap" hugo.IsProduction -}}
|
||||
{{- $css = $css | resources.PostCSS $post_options -}}
|
||||
{{- $css = $css | css.PostCSS $post_options -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if not hugo.IsProduction -}}
|
||||
|
Reference in New Issue
Block a user