[GH-ISSUE #11139] Issue 1: Missing purge option in tailwind.config.js #69405

Closed
opened 2026-05-04 18:00:39 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @PrinceSajjadHussain on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11139

The purge option (deprecated and replaced by content in Tailwind CSS v3.0+) is missing or the content array doesn't cover all relevant files in tailwind.config.js. This can lead to a larger than necessary CSS bundle in production because unused styles are not being removed. Ensure the content array correctly points to all your project's files that use Tailwind CSS classes to optimize the final CSS size.

Originally created by @PrinceSajjadHussain on GitHub (Jun 19, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11139 The `purge` option (deprecated and replaced by `content` in Tailwind CSS v3.0+) is missing or the `content` array doesn't cover all relevant files in `tailwind.config.js`. This can lead to a larger than necessary CSS bundle in production because unused styles are not being removed. Ensure the `content` array correctly points to all your project's files that use Tailwind CSS classes to optimize the final CSS size.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69405