Leafo\ScssPhp\Compiler::libMixinExists PHP Method

libMixinExists() protected method

protected libMixinExists ( $args )
    protected function libMixinExists($args)
    {
        $string = $this->coerceString($args[0]);
        $name = $this->compileStringContent($string);
        return $this->has(static::$namespaces['mixin'] . $name);
    }
Compiler