Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created October 21, 2014 17:03
Show Gist options
  • Select an option

  • Save mirisuzanne/b98a664a4acfc2529256 to your computer and use it in GitHub Desktop.

Select an option

Save mirisuzanne/b98a664a4acfc2529256 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
// test
.not-test {
@if function-exists('not') and not(true) {
not: error;
} @else {
not: success;
}
@if not(12) {
assert-pos: error;
} @else {
assert-pos: success;
}
@if not(null) {
assert-neg: success;
} @else {
assert-neg: error;
}
}
.not-test {
not: success;
assert-pos: success;
assert-neg: success;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment