diff --git a/lib/init.php b/lib/init.php index a2ba3b1..c836824 100644 --- a/lib/init.php +++ b/lib/init.php @@ -28,7 +28,7 @@ function roots_setup() { add_theme_support('html5', array('caption', 'comment-form', 'comment-list')); // Tell the TinyMCE editor to use a custom stylesheet - add_editor_style('/assets/css/editor-style.css'); + add_editor_style('/assets/dist/css/editor-style.css'); } add_action('after_setup_theme', 'roots_setup');