mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-74109 lib: replace deprecated compile call
This commit is contained in:
parent
9344149aba
commit
177c5cbd7f
@ -143,7 +143,7 @@ class core_scss extends \ScssPhp\ScssPhp\Compiler {
|
||||
}
|
||||
}
|
||||
|
||||
return parent::compile($code, $path);
|
||||
return $this->compileString($code, $path)->getCss();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user