Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
Created January 12, 2014 22:05
Show Gist options
  • Save jamiebuilds/8391259 to your computer and use it in GitHub Desktop.
Save jamiebuilds/8391259 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
@function do-something($bool) {
@return $bool;
}
tests {
test: not do-something( true );
test: not do-something( false );
}
tests {
test: false;
test: true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment