libsass-compass-vertical-rhythm

libsass-compatible port of Compass' vertical-rhythm helpers

Stars
7
Committers
2

Libsass Compass Vertical Rhythm

This is a port of Compass vertical rhythm functionality without the dependency on Compass or Ruby Sass.

It's pretty much complete. Only caveat is that IE6 support isn't enabled with Compass' browser support functionality. Instead, you can set $compass-rhythm-support-ie6 to true if you want that.

Quickstart

Instructions assume you're using NPM. You can use bower though if you like.

$ npm install --save libsass-compass-vertical-rhythm
@import 'node_modules/libsass-compass-vertical-rhythm/lib/compass_rhythm';

You can follow the directions in the Compass docs from there.

License

That what Compass says.