Skip to content

Instantly share code, notes, and snippets.

@woodburndesigns
Created November 19, 2014 20:43
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 woodburndesigns/53932ac0ef0bdf1e9c69 to your computer and use it in GitHub Desktop.
Save woodburndesigns/53932ac0ef0bdf1e9c69 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$headerHeight: 20px;
$height: 100px;
@function strip-unit($num) {
@return $num / ($num * 0 + 1);
}
div {
width: strip-unit($headerHeight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment