1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-13 03:36:09 +02:00

MDL-56164 theme_boost: remove empty stylesheet

This commit is contained in:
Dan Poltawski 2016-09-30 08:50:47 +01:00
parent ddd8dc0d1b
commit ad9da28cb5
2 changed files with 1 additions and 1 deletions
theme/boost

@ -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.