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