Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
Created February 9, 2014 20:48
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 jamiebuilds/8905723 to your computer and use it in GitHub Desktop.
Save jamiebuilds/8905723 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// True (v0.1.5)
// ----
@import "true";
@include test("numbers") {
$a: 50.42017000000001%;
$b: 50.42017%;
values {
a: $a;
b: $b;
}
@include assert-equal($a, $b,
"a == b"
);
}
values {
a: 50.42017%;
b: 50.42017%;
}
/* FAIL: numbers (1 assertions, 0 passed, 1 failed) */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment