Leafo\ScssPhp\Compiler::unregisterFunction PHP Method

unregisterFunction() public method

Unregister function
public unregisterFunction ( string $name )
$name string
    public function unregisterFunction($name)
    {
        unset($this->userFunctions[$this->normalizeName($name)]);
    }
Compiler