mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-65904 theme: Compile fallback css in the correct order
This commit is contained in:
parent
f3507273e9
commit
0f7f05379c
@ -1547,7 +1547,7 @@ class theme_config {
|
||||
* @return string Return compiled css.
|
||||
*/
|
||||
public function get_precompiled_css_content() {
|
||||
$configs = [$this] + $this->parent_configs;
|
||||
$configs = array_reverse($this->parent_configs) + [$this];
|
||||
$css = '';
|
||||
|
||||
foreach ($configs as $config) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user