compass-vertical-rhythm
compass-vertical-rhythm copied to clipboard
Wrong readme.md?
Running the example from the readme:
var rhythm = VerticalRhythm({baseFontSize: '24px', baseLineHeight: 1.5}).rhythm;
rhythm(1);
Returns: 1.5rem
The readme says it should be: 1.25rem