Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
Created January 12, 2014 21:49
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 jamiebuilds/8391036 to your computer and use it in GitHub Desktop.
Save jamiebuilds/8391036 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)
// ----
$test: 1 not to be 2;
tests {
index: index( $test, 'not' );
index: index( $test, false );
}
inspect {
inspect: inspect( $test );
}
tests {
index: false;
index: 2;
}
inspect {
inspect: 1 false be 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment