Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created July 6, 2015 19:09
Show Gist options
  • Save scottkellum/5fcfa5cd82ee712d837f to your computer and use it in GitHub Desktop.
Save scottkellum/5fcfa5cd82ee712d837f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@function var($var) {
@return unquote('$#{$var}');
}
foo {
bar: var(baz);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment