Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created August 25, 2015 13:17
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 cahnory/08c30c195bc9918cb219 to your computer and use it in GitHub Desktop.
Save cahnory/08c30c195bc9918cb219 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@function foo($arg1, $arg2) {
@return type-of($arg1), type-of($arg2);
}
foo {
foo: call('foo', (arg1, arg2)...);
foo: call('foo', arg1, arg2...);
}
foo {
foo: string, string;
foo: string, arglist;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment