Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 790 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 790 Bytes

sass-vertical-rhythm

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

Requirements:

SASS v3.2+ tested with libsass

Use:
    @include vr(16, 40, false);
Configure:
Available Options Default value Description
$fontSize n/a font size
$from n/a parent font size
$baseline true toggle vertical alignment to the baseline