Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created February 20, 2014 22:33
Show Gist options
  • Select an option

  • Save scottkellum/9124693 to your computer and use it in GitHub Desktop.

Select an option

Save scottkellum/9124693 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
$size: inherit;
foo {
@if $size != inherit {
font-size: $size;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment