Skip to content

Commit b656851

Browse files
committed
fix(showcase/shell-docs): drop @copilotkitnext/react CSS import
shell-docs renders pure MDX docs with iframed live demos (via <InlineDemo> and <IframeSwitcher>) — it never instantiates the live copilot runtime inline, so it doesn't need @copilotkitnext/react or its styles. Dropping the import also removes the package from shell-docs's dep closure, keeping the docs shell lean.
1 parent c320457 commit b656851

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

showcase/shell-docs/src/app/globals.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import "tailwindcss";
2-
@import "@copilotkitnext/react/styles.css";
32
@import "highlight.js/styles/github.css";
43

54
:root {

0 commit comments

Comments
 (0)