Files
copilotkit__copilotkit/examples/v2/react-router/app/tailwind.css
Alem Tuzlak 0980a73b63 Merge origin/main into feat/pluggable-markdown-renderer
Keep the pluggable markdown renderer (drop bundled streamdown/katex).
Take main's inspector context, threads-drawer rename, and showcase moves.

--no-verify: this worktree has no node_modules, so lefthook cannot run.
2026-08-31 13:18:28 +02:00

11 lines
485 B
CSS

@import "tailwindcss";
/* The pluggable-renderer demo plugs in `streamdown` (see app/lib/markdown-renderers.tsx).
Scan its dist so Tailwind generates the utility classes streamdown renders with. */
@source "../node_modules/streamdown/dist";
/* Class-driven dark mode, so the lab's toggle drives it rather than the OS.
Same declaration the CopilotKit package uses for its own sheet, see
packages/react-core/src/v2/styles/globals.css. */
@custom-variant dark (&:is(.dark *));