compass-vertical-rhythm icon indicating copy to clipboard operation
compass-vertical-rhythm copied to clipboard

Wrong readme.md?

Open chanan opened this issue 6 years ago • 0 comments

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

chanan avatar Jul 18 '19 15:07 chanan