/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './templates/**/*.html', './css/**/*.css', ], theme: { extend: {}, }, plugins: [], }