module.exports = { content: [ './index.html', './blog.html', './components/**/*.html', './views/**/*.html', './js/**/*.js' ], theme: { extend: {} }, plugins: [] };