Leafo\ScssPhp\Compiler::unsetVariable PHP Method

unsetVariable() public method

Unset variable
public unsetVariable ( string $name )
$name string
    public function unsetVariable($name)
    {
        unset($this->registeredVars[$name]);
    }
Compiler