Skip to content

Instantly share code, notes, and snippets.

@think2011
Created August 23, 2016 10:37
Show Gist options
  • Save think2011/5ed3132d47c885be94936b193c8ccd54 to your computer and use it in GitHub Desktop.
Save think2011/5ed3132d47c885be94936b193c8ccd54 to your computer and use it in GitHub Desktop.
@function spaceBetween($itemPx, $itemCount, $wrapPx:750) {
@return #{(100 - $itemPx / $wrapPx * 100 * $itemCount) / ($itemCount + 1) + "%"};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment