Leafo\ScssPhp\Compiler::libStrLength PHP Method

libStrLength() protected method

protected libStrLength ( $args )
    protected function libStrLength($args)
    {
        $string = $this->coerceString($args[0]);
        $stringContent = $this->compileStringContent($string);
        return new Node\Number(strlen($stringContent), '');
    }
Compiler