Name: SASS vertical rhythm technique
Description: sass-vertical-rhythm is a technique used to create vertical ryhthm based on a base unit value.
Copyright (C) 2015 Jason Paul Lusk ([email protected])
Author: Jason Lusk
Author URI: http://JasonLusk.com
GIT URI: https://github.com/mpalpha/sass-vertical-rhythm.git
SASS v3.2+ tested with libsass
@include vr(16, 40, false);
Available Options | Default value | Description |
---|---|---|
$fontSize | n/a | font size |
$from | n/a | parent font size |
$baseline | true | toggle vertical alignment to the baseline |