Leafo\ScssPhp\Compiler::libLength PHP Method

libLength() protected method

protected libLength ( $args )
    protected function libLength($args)
    {
        $list = $this->coerceList($args[0]);
        return count($list[2]);
    }
Compiler