steven-tey / novel

Notion-style WYSIWYG editor with AI-powered autocompletion.
https://novel.sh
Apache License 2.0
12.47k stars 1.03k forks source link

Tailwind styles being reset when adding Novel as an npm package #281

Closed elie222 closed 7 months ago

elie222 commented 7 months ago

The button is white because Novel's Tailwind is resetting the styles: CleanShot 2024-02-05 at 21 01 14@2x

I've seen a lot of PRs related to styling but none about this specifically. Would love a quick fix.

elie222 commented 7 months ago

Workaround to fix my issue with dynamic import: https://github.com/elie222/inbox-zero/pull/107

AmitGurbani commented 7 months ago

Any update on this? Facing same problem with MUI.

andrewdoro commented 7 months ago

https://novel.sh/docs/introduction novel now exports unstyled components, you can style it for your specific use case