div { @include stretch($offset-top:5px); } Output: div { position: absolute;top: 5px;bottom: 0;left: 0;right: 0; } Expected: div { position: absolute;top: 5px; } Setting the 0 values causes unexpected errors in layout because these values were intentionally to be undefined or inherited.