/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{html,ts,scss,css}', './public/**/*.html'], };