Leafo\ScssPhp\Compiler::libCeil PHP Method

libCeil() protected method

protected libCeil ( $args )
    protected function libCeil($args)
    {
        $num = $args[0];
        $num[1] = ceil($num[1]);
        return $num;
    }
Compiler