libsass-compass-vertical-rhythm
v1.0.0
Published
libsass-compatible port of Compass' vertical-rhythm helpers
Downloads
165
Maintainers
Readme
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
$ bower install --save libsass-compass-vertical-rhythm
@import 'bower_components/libsass-compass-vertical-rhythm/lib/compass_rhythm';
You can follow the directions in the Compass docs from there.