theme: Update css.TailwindCSS opts and remove tailwind.config.js

This commit is contained in:
Joe Mooring
2025-05-23 17:14:23 -07:00
committed by GitHub
parent 902e360b04
commit b3ba4329c3
2 changed files with 1 additions and 5 deletions
+1 -4
View File
@@ -17,10 +17,7 @@
{{ with (templates.Defer (dict "key" "global")) }}
{{ $t := debug.Timer "tailwindcss" }}
{{ with resources.Get "css/styles.css" }}
{{ $opts := dict
"inlineImports" true
"minify" (not hugo.IsDevelopment)
}}
{{ $opts := dict "minify" (not hugo.IsDevelopment) }}
{{ with . | css.TailwindCSS $opts }}
{{ partial "helpers/linkcss.html" (dict "r" .) }}
{{ end }}
-1
View File
@@ -1 +0,0 @@
/* Empty for now. */