Leafo\ScssPhp\Compiler::libLength PHP 메소드

libLength() 보호된 메소드

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