Skip to content

Instantly share code, notes, and snippets.

@jeffkamo
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffkamo/e9cf26adc9d5dcfb1df1 to your computer and use it in GitHub Desktop.
Save jeffkamo/e9cf26adc9d5dcfb1df1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
@function foo($a: 1) {
@return $a;
}
.bar-1 {
thing: 1 - foo();
}
.bar-2 {
thing: 1 -foo();
}
.bar-3 {
thing: 1 (- foo());
}
.bar-4 {
thing: 1 (-foo());
}
.bar-1 {
thing: 0;
}
.bar-2 {
thing: 1 -foo();
}
.bar-3 {
thing: 1 -1;
}
.bar-4 {
thing: 1 -foo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment