Removed editor-style style files in favor of adding a simple _tinymce.scss partial. This cuts styles compiling time in about half.

`add_editor_style` now just references `main.css`
This commit is contained in:
Julien Melissas
2015-10-13 11:51:57 -04:00
parent 8e271f98bd
commit 5a621210db
4 changed files with 3 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
body#tinymce {
margin: 12px !important;
}