Skip to content

Instantly share code, notes, and snippets.

@DarbyBrown
Created February 1, 2014 15:21
Show Gist options
  • Save DarbyBrown/8753666 to your computer and use it in GitHub Desktop.
Save DarbyBrown/8753666 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$diagonal: 21.2121212121212121;
$a: pow($diagonal, $diagonal);
$b: $a / 2;
$c: sqrt($b);
test {
test: $c;
}
test {
test: 83045550292873.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment