Skip to content

Instantly share code, notes, and snippets.

@lozandier
Created November 14, 2015 17:29
Show Gist options
  • Save lozandier/1f714056859f9a543637 to your computer and use it in GitHub Desktop.
Save lozandier/1f714056859f9a543637 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
@function golden-ratio($input) {
@return $input * 1.61803398875;
}
.foo {
width: golden-ratio(3px);
}
.foo {
width: 4.8541px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment