HTML5-Reset-WordPress-Theme
HTML5-Reset-WordPress-Theme copied to clipboard
How about the editor content.css?
the editor content.css is getting bypassed because of the reset, I wish there would be custom-editor-style.css already set up to make both editor content in admin screen identical to what really looks like in the actual page content.
We could add the basic styles via another stylesheet, but I wonder if that would be sort of beyond the purpose of this theme as a clean start to new projects. Another option would be to enqueue everything and not load it at all in the admin area, leaving the default styles intact. Thoughts?
the latter would be promising, that gives options. I managed to make both identical, but I had to resort in normalized than reset css.