Leafo\ScssPhp\Compiler::libPercentage PHP Méthode

libPercentage() protected méthode

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