Leafo\ScssPhp\Compiler::libGlobalVariableExists PHP Method

libGlobalVariableExists() protected method

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