From 195f42de40366baefe58da0afe5d66dc8dcae81f Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 30 Sep 2016 08:50:47 +0100 Subject: [PATCH] MDL-56164 theme_boost: remove empty stylesheet --- theme/boost/config.php | 2 +- theme/boost/style/editor.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 theme/boost/style/editor.css diff --git a/theme/boost/config.php b/theme/boost/config.php index 435540c7ca1..f5253cd7d80 100644 --- a/theme/boost/config.php +++ b/theme/boost/config.php @@ -29,7 +29,7 @@ require_once(__DIR__ . '/lib.php'); $THEME->name = 'boost'; $THEME->scssfile = theme_boost_get_scss_file($THEME); $THEME->sheets = []; -$THEME->editor_sheets = ['editor']; +$THEME->editor_sheets = []; $THEME->layouts = [ // Most backwards compatible layout without the blocks - this is the layout used by default. diff --git a/theme/boost/style/editor.css b/theme/boost/style/editor.css deleted file mode 100644 index e69de29bb2d..00000000000