Skip to content

Instantly share code, notes, and snippets.

@nex3
Created August 23, 2010 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nex3/544500 to your computer and use it in GitHub Desktop.
Save nex3/544500 to your computer and use it in GitHub Desktop.
@function values($values...) {
@return {
@for $value in $values {
#{$value}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment