Currently, we are using the PurgeCSS package, but we haven't added the configuration for it. That leads to this warning, and the redundant CSS is not purging
⚠️ Tailwind is not purging unused styles because no template paths have been provided.
If you have manually configured PurgeCSS outside of Tailwind or are deliberately not
removing unused styles, set `purge: false` in your Tailwind config file to silence
this warning.
Why
Currently, we are using the PurgeCSS package, but we haven't added the configuration for it. That leads to this warning, and the redundant CSS is not purging
Who Benefits?
Developers