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