Skip to content

Instantly share code, notes, and snippets.

@nex3
Created August 23, 2010 00:24
Show Gist options
  • 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