Leafo\ScssPhp\Compiler::unsetVariable PHP 메소드

unsetVariable() 공개 메소드

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