ritmo
Version:
A vertical rhythm package for node apps.
16 lines (8 loc) • 946 B
Markdown

**RITMO** is a fork from Compass vertical-rhythm. It rules the vertical rhythm of the site based on the initial font size, managing the vertical margins, paddings and line-height.<br><br> It keeps your site organized and structured on a coherent baseline grid. It uses **rem** unit by default but it can also use **em** or **px** values for measurement.
The only dependency is SASS. We also provide an <a href="https://www.npmjs.com/package/ritmo">npm</a> package.
Find all the documentation at [ritmo.marzeelabs.org](http://ritmo.marzeelabs.org).
===
If you would like to use the original [Compass naming conventions](http://compass-style.org/reference/compass/typography/vertical_rhythm/) with RITMO, simply add the following line to your main stylesheet after importing RITMO.
`@import '~ritmo/compass-aliases';`