yikoyu / vuetify-pro-tiptap

A Rich Text Editor (WYSIWYG) for Vue3 with tiptap & Vuetify.
https://yikoyu.github.io/vuetify-pro-tiptap/
MIT License
159 stars 23 forks source link

Interference with other styles #276

Closed RogierVC closed 6 months ago

RogierVC commented 7 months ago

After installing and using this package, existing input styles gets overridden. Styles of this package should be isolated or uniquely named so it won't interfere with other styles.

image

yikoyu commented 7 months ago

Please provide the reproduction link of codesandbox.

The styles are all inside the .vuetify-pro-tiptap class, so this problem should not exist.

yikoyu commented 7 months ago

This is the compiled CSS link. You can format it to check it, and the styles are all in .vuetify-pro-tiptap. There should be no problem of CSS being overwritten.