Skip to content

Commit

Permalink
Fix path to stylesheet in add_editor_style
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyicarus authored and retlehs committed Jul 23, 2016
1 parent 3f0e2bf commit 529b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* Use main stylesheet for visual editor
* @see assets/styles/layouts/_tinymce.scss
*/
add_editor_style(asset_path('main.css'));
add_editor_style(asset_path('styles/main.css'));
});

/**
Expand Down

0 comments on commit 529b108

Please sign in to comment.