Files
multica/packages/views/editor/styles/index.css
2026-05-25 16:02:10 +08:00

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";