$zindex: 100;
$start: 0;
$step: 10;

.zi\: {
    @include isNumber($zindex, null, $start, $step) using ($val) {
        z-index: $val;
    }
}
