titanscssc::lib_percentage PHP Method

lib_percentage() protected method

protected lib_percentage ( $args )
    protected function lib_percentage($args)
    {
        return array("number", $this->coercePercent($args[0]) * 100, "%");
    }
titanscssc