Created
October 20, 2014 13:33
-
-
Save simPod/a8b0610d63d23164328a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
@function z($layers...) { | |
@warn "`#{inspect($layers...)}`"; | |
} | |
.test { | |
z-index: z("test", "test2"); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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