Skip to content

Instantly share code, notes, and snippets.

@KatieK2
Created October 3, 2014 21:02
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 KatieK2/c7c72e2c5f53ab4d4059 to your computer and use it in GitHub Desktop.
Save KatieK2/c7c72e2c5f53ab4d4059 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
$color: oseli;//red
@debug the color is $color;
@debug the color is type-of($color);
@if type-of($color) != color {
@warn "eeeeek"
}
* {
color: $color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment