DEV Community

Discussion on: Next.js 10 with Tailwind 2; in 2 Minutes

Collapse
 
agamm profile image
Agam

What config would you add?
Something like:

module.exports = {
  purge: [
    './src/**/*.html',
    './src/**/*.jsx',
  ],
Enter fullscreen mode Exit fullscreen mode


?