OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 338 forks source link

CSS scope #346

Closed ludoo0d0a closed 9 years ago

ludoo0d0a commented 9 years ago

Please change CSS so that your styles applied only on editor or preview area. Setting styles for body, or all h*, p... causes a lot of troubles into a predefined theme.

note : If you could provide LESS files, it would be great !!

ludoo0d0a commented 9 years ago

My mistake : I just saw this component is a iframe, so scope is "natural" :)