Skip to content

Instantly share code, notes, and snippets.

@xzyfer
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save xzyfer/4e3c06cbdb252c553132 to your computer and use it in GitHub Desktop.

Select an option

Save xzyfer/4e3c06cbdb252c553132 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
@function foo($arg1, $arg2:null){
@return $arg1 + $arg2;
}
a {
a: foo(foo);
}
Invalid null operation: ""foo" plus null".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment