Skip to content

Instantly share code, notes, and snippets.

View fabinol's full-sized avatar

Fabian McDonald fabinol

  • The Interaction Consortium
  • Australia
View GitHub Profile
@fabinol
fabinol / _baseline.scss
Created June 9, 2016 21:35 — forked from razwan/_baseline.scss
Aligning type to baseline the right way with SASS
$base-font-size: 16px;
$base-line-height: 1.5;
// this value may vary for each font
// unitless value relative to 1em
$cap-height: 0.68;
@mixin baseline($font-size, $scale: 2) {