Skip to content

Instantly share code, notes, and snippets.

@gisu
Created September 28, 2015 16:51
Show Gist options
  • Save gisu/1f7990b7fd0b87a67407 to your computer and use it in GitHub Desktop.
Save gisu/1f7990b7fd0b87a67407 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="container">
<div class="left"></div>
<div class="right"></div>
<div class="bottom"></div>
</div>
</body>
</html>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$base_line_height: 1.5;
@function vr($key) {
@return ($base_line_height * $key) + px;
}
.blubb {
height: vr(4);
}
.blubb {
height: 6px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="container">
<div class="left"></div>
<div class="right"></div>
<div class="bottom"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment