Leafo\ScssPhp\Compiler::libVariableExists PHP Method

libVariableExists() protected method

protected libVariableExists ( $args )
    protected function libVariableExists($args)
    {
        $string = $this->coerceString($args[0]);
        $name = $this->compileStringContent($string);
        return $this->has($name);
    }
Compiler