Skip to content

Instantly share code, notes, and snippets.

@tj
Created June 28, 2012 21:24
Show Gist options
  • Save tj/3013998 to your computer and use it in GitHub Desktop.
Save tj/3013998 to your computer and use it in GitHub Desktop.
border()
if 1 == length(arguments)
border: 1px solid arguments
else
border: arguments
.foo {
border: red;
}
.foo {
border: 1px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment