diff --git a/inc/editor.php b/inc/editor.php index 4949a43..2d4e339 100644 --- a/inc/editor.php +++ b/inc/editor.php @@ -9,7 +9,7 @@ * Registers an editor stylesheet for the theme. */ function understrap_wpdocs_theme_add_editor_styles() { - add_editor_style( 'css/custom-editor-style.css' ); + add_editor_style( 'css/custom-editor-style.min.css' ); } add_action( 'admin_init', 'understrap_wpdocs_theme_add_editor_styles' );