Skip to content

Instantly share code, notes, and snippets.

@simPod
Created October 20, 2014 13:33
Show Gist options
  • Save simPod/a8b0610d63d23164328a to your computer and use it in GitHub Desktop.
Save simPod/a8b0610d63d23164328a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
@function z($layers...) {
@warn "`#{inspect($layers...)}`";
}
.test {
z-index: z("test", "test2");
}
wrong number of arguments (2 for 1) for `inspect'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment