Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created May 14, 2013 18:09
Show Gist options
  • Save scottkellum/5578125 to your computer and use it in GitHub Desktop.
Save scottkellum/5578125 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
$gutter: 2%;
@function foo($numerator, $denominator) {
$x: ($numerator / $denominator) * 100%;
@return $x - $gutter;
}
foo {
width: foo(1, 4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment