/ritmo

A vertical rhythm sass toolkit.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Ritmo - A vertical rhythm sass toolkit

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';