nimblehq / nimble-survey-web

Nimble Survey API for Mobile Challenge and Certification
0 stars 3 forks source link

Update the purge CSS configuration #107

Closed hoangmirs closed 1 year ago

hoangmirs commented 1 year ago

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

   ⚠️  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.

Who Benefits?

Developers