Why my output.css file have 3500 lines of code even after minifying in v4? #18604
Unanswered
kshitiz-work111
asked this question in
Help
Replies: 1 comment 4 replies
-
Seems like Tailwind may be scanning more files than you expect. Try disabling automatic source detection. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my output.css have all the unused classes. I only have one index.html and inside it im using only "text-6xl". even after minifying the output.css it has all the usused colors and stuff. how do i purge it in v4? My input.css have @import "tailwindcss". Does this line have anything to do to. include everything in output.css. How do i purge all unused classes in v4?
Beta Was this translation helpful? Give feedback.
All reactions