TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
6.46k stars 440 forks source link

fix: Font family & Mantine scoping #895

Closed matthewlipski closed 3 months ago

matthewlipski commented 3 months ago

This PR removes the .bn-container * CSS rule that was applying font-family styles to all elements within BlockNote and causing issues with custom blocks. Also fixes Mantine scoping to make sure additional styles on Mantine components created by BlockNote are only applied to elements within BlockNote.

Closes #878 Closes #888

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Jul 2, 2024 11:36am
blocknote-website ✅ Ready (Inspect) Visit Preview Jul 2, 2024 11:36am
YousefED commented 3 months ago

@matthewlipski also closes #888?