Skip to content

Instantly share code, notes, and snippets.

@MichaelArestad
Created September 16, 2014 22:50
Show Gist options
  • Save MichaelArestad/fee96da8af100f895dbe to your computer and use it in GitHub Desktop.
Save MichaelArestad/fee96da8af100f895dbe to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
@function billion($value) {
@return ($value * 1000000000);
}
.bazillion {
width: billion(5px);
}
.bazillion {
width: 5000000000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment