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:
parent
ddd8dc0d1b
commit
ad9da28cb5
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user