Created
February 9, 2014 13:09
-
-
Save FWeinb/8898835 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.2.14) | |
// Compass (v0.12.2) | |
// ---- | |
debug{ | |
/* This is working */ | |
// debug: inspect((())); | |
// This fails | |
debug: inspect((1 ())); | |
} |
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
debug { | |
/* This is working */ | |
debug: inspect(1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment