Skip to content

Instantly share code, notes, and snippets.

@LayZeeDK
Created April 19, 2015 17:13
Show Gist options
  • Save LayZeeDK/b2aaa0b447d1f1526137 to your computer and use it in GitHub Desktop.
Save LayZeeDK/b2aaa0b447d1f1526137 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
@function foo($keyword) {
@if $keyword == extra {
@return "true";
} @elseif $keyword == extra thin {
@return "true2";
} @else {
@return "false";
}
}
.foo {
font-family: foo(extra thin);
}
.foo {
font-family: "true2";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment