Skip to content

Instantly share code, notes, and snippets.

@ezekg
Created July 19, 2014 21:04
Show Gist options
  • Save ezekg/999e1fe53571b1412555 to your computer and use it in GitHub Desktop.
Save ezekg/999e1fe53571b1412555 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
$feature-exists: if(function-exists(selector-append) == true, true, false);
test-feature {
@if $feature-exists {
output: &;
} @else {
output: false;
}
}
Invalid CSS after " output: ": expected expression (e.g. 1px, bold), was "&; "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment