mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-13 13:18:56 +02:00
Prepare for merge by integrating main's new features into the extracted shared packages architecture: - Chat feature (ChatFab, ChatWindow) added to web dashboard extra slot - Sidebar redesign (3-group nav, search slot, user footer, runtime updates) - WorkspaceIdProvider moved outside SidebarInset for extra components - Social links, twitter metadata, showDevtools, latestCliVersion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
385 B
CSS
13 lines
385 B
CSS
@import "tailwindcss";
|
|
@import "tw-animate-css";
|
|
@import "shadcn/tailwind.css";
|
|
@import "../../../packages/ui/styles/tokens.css";
|
|
@import "../../../packages/ui/styles/base.css";
|
|
@import "./custom.css";
|
|
|
|
@custom-variant dark (&:is(.dark *));
|
|
|
|
@source "../../../packages/ui/**/*.{ts,tsx}";
|
|
@source "../../../packages/core/**/*.{ts,tsx}";
|
|
@source "../../../packages/views/**/*.{ts,tsx}";
|