mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 05:35:55 +02:00
MDL-56164 theme_boost: remove empty stylesheet
This commit is contained in:
parent
ddd8dc0d1b
commit
ad9da28cb5
@ -29,7 +29,7 @@ require_once(__DIR__ . '/lib.php');
|
|||||||
$THEME->name = 'boost';
|
$THEME->name = 'boost';
|
||||||
$THEME->scssfile = theme_boost_get_scss_file($THEME);
|
$THEME->scssfile = theme_boost_get_scss_file($THEME);
|
||||||
$THEME->sheets = [];
|
$THEME->sheets = [];
|
||||||
$THEME->editor_sheets = ['editor'];
|
$THEME->editor_sheets = [];
|
||||||
|
|
||||||
$THEME->layouts = [
|
$THEME->layouts = [
|
||||||
// Most backwards compatible layout without the blocks - this is the layout used by default.
|
// Most backwards compatible layout without the blocks - this is the layout used by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user