/** @type {import('tailwindcss').Config} */ export default { content: ["./src/**/*.{html,css,ts}", "./index.html"], theme: { extend: {}, }, };