Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created August 29, 2013 18:15
Show Gist options
  • Save scottkellum/6381490 to your computer and use it in GitHub Desktop.
Save scottkellum/6381490 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.10)
// Compass (v0.13.alpha.4)
// ----
$var: baz;
$null: null;
@if $var != () or $null {
foo {
bar: baz;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment