From 329102d630174d54a578eed72356d70485150f43 Mon Sep 17 00:00:00 2001 From: Kalen Johnson Date: Fri, 31 Oct 2014 12:29:34 -0700 Subject: [PATCH] Added correct path to editor-styles.css --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');