* @since 3.0.0 N°2982 */ class CompileCSSService { /** * CompileCSSService constructor. */ public function __construct() { } public function CompileCSSFromSASS($sSassContent, $aImportPaths = [], $aVariables = []) { return utils::CompileCSSFromSASS($sSassContent, $aImportPaths, $aVariables); } }