module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, purge: [ // Templates within theme app (e.g. base.html) '../templates/**/*.html', // Templates in other apps '../../templates/**/*.html', ], }