wasimkabir
Results
2
comments of
wasimkabir
> I have had the same issue in production. I have tinkered with the purge setting of TailwindCSS but with no solution. Did you find a solution to this problem?...
> Sure @vinayakkulkarni, I used this purge configuration in tailwind.config.js > > ``` > purge: { > enabled: process.env.NODE_ENV !== 'development', > content: [ > './static/**/*.html', > './components/**/*.vue', > './components/**/*.html',...