/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{ts,tsx}", "./src/_app.tsx", "./src/**/*.astro"], theme: { extend: {}, }, plugins: [], };