MDL-74109 lib: replace deprecated compile call

This commit is contained in:
Simey Lameze 2022-03-17 09:49:23 +08:00
parent 9344149aba
commit 177c5cbd7f

View File

@ -143,7 +143,7 @@ class core_scss extends \ScssPhp\ScssPhp\Compiler {
}
}
return parent::compile($code, $path);
return $this->compileString($code, $path)->getCss();
}
/**