Merge branch 'MDL-74109-master' of https://github.com/lameze/moodle

This commit is contained in:
Víctor Déniz
2022-03-21 10:56:32 +00:00
+1 -1
View File
@@ -143,7 +143,7 @@ class core_scss extends \ScssPhp\ScssPhp\Compiler {
}
}
return parent::compile($code, $path);
return $this->compileString($code, $path)->getCss();
}
/**