diff --git a/layouts/baseof.html b/layouts/baseof.html
index 2e0584afc..d2de68c83 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -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 }}
diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index 9d3c29050..000000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1 +0,0 @@
-/* Empty for now. */