MDL-56164 theme_boost: remove empty stylesheet

This commit is contained in:
Dan Poltawski
2016-09-30 08:55:06 +01:00
parent cdcfc4bcd2
commit 195f42de40
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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.
View File