mirror of
https://github.com/moodle/moodle.git
synced 2025-06-10 18:16:26 +02:00
MDL-56164 theme_boost: remove empty stylesheet
This commit is contained in:
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.
|
||||
|
Reference in New Issue
Block a user