Skip to content

Instantly share code, notes, and snippets.

@chriseppstein
Forked from nex3/test.scss
Created August 23, 2010 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriseppstein/544505 to your computer and use it in GitHub Desktop.
Save chriseppstein/544505 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