Skip to content

Instantly share code, notes, and snippets.

@mfansler
Created August 17, 2012 04:15
Show Gist options
  • Save mfansler/3375871 to your computer and use it in GitHub Desktop.
Save mfansler/3375871 to your computer and use it in GitHub Desktop.
.offsetX (@index) when (@index > 0) {
(~".offset@{index}") { .offset(@index); }
.offsetX(@index - 1);
}
.offsetX (0) {}
.offsetX (12);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment