I use dangerously Html on page, but global styles on app changing tinymce style formatting. How can I save style from tinymce for showing.? using react, nextjs, scss
global scss file revrite editor style(delete li, a, change color, fonts). Usualy, builder has special file(content.css) and we can connect and styles from this file will apply to content if it simple div.
Problem: global styles change already formatted content. I tried to use an iframe, but is there really no simpler solution to show the content without changing its appearance?
2 ways: create own style file and describe all in it and connect for editor add content in iframe