import { type Config } from "tailwindcss"; export default { content: ["{routes,islands,components}/**/*.{ts,tsx}"], } satisfies Config;