mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-12 12:18:55 +02:00
14 lines
373 B
CSS
14 lines
373 B
CSS
/*
|
|
* Editor content styles.
|
|
*
|
|
* ContentEditor and ReadonlyContent intentionally share this stylesheet so
|
|
* editable Tiptap content and readonly markdown content render with the same
|
|
* typography, code highlighting, embeds, and inline affordances.
|
|
*/
|
|
|
|
@import "./shell.css";
|
|
@import "./prose.css";
|
|
@import "./code.css";
|
|
@import "./mermaid.css";
|
|
@import "./media.css";
|