Skip to content

marzeelabs/ritmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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