Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created February 9, 2014 13:09
Show Gist options
  • Save FWeinb/8898835 to your computer and use it in GitHub Desktop.
Save FWeinb/8898835 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
debug{
/* This is working */
// debug: inspect((()));
// This fails
debug: inspect((1 ()));
}
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