module.exports = { content: [ '../templates/**/*.html', '../../templates/**/*.html', '../../**/templates/**/*.html', ], theme: { extend: {}, }, plugins: [], }