// loadingdecoding pod stream
← claudetest/a-simple-tic-tac-toe
385 B · main
a-simple-tic-tac-toe/src/index.css
1@import "tailwindcss";23/* Enable class-based dark mode. Tailwind v4 defaults the `dark:` variant to4 `prefers-color-scheme` (the OS theme), so a `.dark` class toggled in React5 would do nothing. This makes `dark:*` utilities respond to a `.dark` class6 on any ancestor — the standard pattern an in-app dark-mode toggle uses. */7@custom-variant dark (&:where(.dark, .dark *));