instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

Bootstrap styling conflicts #159

Open zFlxw opened 1 month ago

zFlxw commented 1 month ago

Hey there, I am using Tailwind and linking the bootstrap stylesheet in the angular.json interferes with the rest of my styling. Is there a way to link the stylesheet only to the editor so that the editor styling works correctly without having to declare the bootstrap stylesheet globally?

I tried adding the bootstrap styles only to the component where I use the editor, but this does not work.