How do I separate my theme’s styles from editor styles?
The WordPress editor shouldn’t be pulling in the themes CSS files unless you have a file that is named editor-style.css. You can either use the editor-style.css and simply place it in your themes root directory, add certain styles to the stylesheet (not all the theme div and id tags will apply to the WordPress Editor). … Read more