Leafo\ScssPhp\Compiler::libPercentage PHP Метод

libPercentage() защищенный Метод

protected libPercentage ( $args )
    protected function libPercentage($args)
    {
        return new Node\Number($this->coercePercent($args[0]) * 100, '%');
    }
Compiler