Skip to content

Instantly share code, notes, and snippets.

@leafo
Created April 7, 2012 16:45
Show Gist options
  • Save leafo/2330282 to your computer and use it in GitHub Desktop.
Save leafo/2330282 to your computer and use it in GitHub Desktop.
.test(left, @color) {
border-left: 1px solid @color;
}
.test(right, @color) {
border-right: 1px solid @color;
}
div {
.test(right, blue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment