Back to Docker

Css

layouts/_partials/utils/css.html

18.09-release311 B
Original Source

{{ with (templates.Defer (dict "key" "global")) }} {{ with resources.Get "css/style.css" }} {{ $opts := dict "minify" hugo.IsProduction "inlineImports" true }} {{ with . | css.TailwindCSS $opts }} {{ if hugo.IsProduction }} {{ with . | fingerprint }} {{ end }} {{ else }} {{ end }} {{ end }} {{ end }} {{ end }}