mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
0980a73b63
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.
11 lines
485 B
CSS
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 *));
|