Leafo\ScssPhp\Compiler::libFloor PHP Method

libFloor() protected method

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