/** @type {import('tailwindcss').Config} */ module.exports = { darkMode: 'class', content: ['./*.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { extend: {} }, }