@mixin omega-reset($nth) { $nth-plus-one: '#{$nth}+1'; &:nth-child(#{$nth}) { margin-right: flex-gutter($content-grid-columns); } &:nth-child(#{$nth-plus-one}) { clear: none; } }