ritmo
v0.5.0
Published
A vertical rhythm package for node apps.
Downloads
249
Readme
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. 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 npm package.
Find all the documentation at ritmo.marzeelabs.org.
===
Compass Aliases
If you would like to use the original Compass naming conventions with RITMO, simply add the following line to your main stylesheet after importing RITMO.
@import '~ritmo/compass-aliases';